Skip to content

Commit

Permalink
JSON Schema Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Workflow committed Jul 9, 2024
1 parent d1bd1b3 commit 70d7b94
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/v3/residence_list/receive.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
]
}
}
}
Expand Down

0 comments on commit 70d7b94

Please sign in to comment.