Skip to content

Commit 1a133f7

Browse files
author
nobody
committed
JSON Schema Update
1 parent 477310d commit 1a133f7

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

config/v3/residence_list/send.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,27 @@
1616
1
1717
]
1818
},
19+
"query": {
20+
"description": "[Optional] Specific keys from the response that you want. If not passed, it will return all the keys.",
21+
"type": "array",
22+
"items": {
23+
"description": "Keys that you need back in response.",
24+
"type": "string",
25+
"enum": [
26+
"account_opening_self_declaration_required",
27+
"common_reporting_standard",
28+
"disabled",
29+
"identity",
30+
"jurisdiction_risk_assessment",
31+
"phone_idd",
32+
"selected",
33+
"text",
34+
"tin_format",
35+
"value",
36+
"wallet_signup"
37+
]
38+
}
39+
},
1940
"passthrough": {
2041
"description": "[Optional] Used to pass data through the websocket, which may be retrieved via the `echo_req` output field.",
2142
"type": "object"

0 commit comments

Comments
 (0)