From 70d7b94d944e4c6884709a89705cfc998bd887d9 Mon Sep 17 00:00:00 2001 From: Github Workflow Date: Tue, 9 Jul 2024 05:14:23 +0000 Subject: [PATCH] JSON Schema Update --- config/v3/residence_list/receive.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/v3/residence_list/receive.json b/config/v3/residence_list/receive.json index 508d5e1c..e59b1a0a 100644 --- a/config/v3/residence_list/receive.json +++ b/config/v3/residence_list/receive.json @@ -163,6 +163,13 @@ "description": "2-letter country code", "type": "string", "pattern": "^\\w\\w$" + }, + "wallet_signup": { + "description": "Flag which indicates whether wallet signup is available in this country", + "type": "integer", + "enum": [ + 1 + ] } } }