Skip to content

Commit

Permalink
JSON Schema Update
Browse files Browse the repository at this point in the history
  • Loading branch information
nobody committed Aug 1, 2024
1 parent 477310d commit 1a133f7
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions config/v3/residence_list/send.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,27 @@
1
]
},
"query": {
"description": "[Optional] Specific keys from the response that you want. If not passed, it will return all the keys.",
"type": "array",
"items": {
"description": "Keys that you need back in response.",
"type": "string",
"enum": [
"account_opening_self_declaration_required",
"common_reporting_standard",
"disabled",
"identity",
"jurisdiction_risk_assessment",
"phone_idd",
"selected",
"text",
"tin_format",
"value",
"wallet_signup"
]
}
},
"passthrough": {
"description": "[Optional] Used to pass data through the websocket, which may be retrieved via the `echo_req` output field.",
"type": "object"
Expand Down

0 comments on commit 1a133f7

Please sign in to comment.