From 1a133f74c75a456cce9e467124f98ce19ae5d364 Mon Sep 17 00:00:00 2001 From: nobody Date: Thu, 1 Aug 2024 07:50:28 +0000 Subject: [PATCH] JSON Schema Update --- config/v3/residence_list/send.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/config/v3/residence_list/send.json b/config/v3/residence_list/send.json index c25b22e8a..b4bd36b40 100644 --- a/config/v3/residence_list/send.json +++ b/config/v3/residence_list/send.json @@ -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"