From f3fb4f294702f457465690b7c526278512b7ef16 Mon Sep 17 00:00:00 2001 From: Github Workflow Date: Wed, 11 Dec 2024 10:21:47 +0000 Subject: [PATCH] JSON Schema Update --- config/v3/get_settings/receive.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/v3/get_settings/receive.json b/config/v3/get_settings/receive.json index 32e86cda..b32e7f99 100644 --- a/config/v3/get_settings/receive.json +++ b/config/v3/get_settings/receive.json @@ -294,6 +294,13 @@ "description": "Terms and condition status tells us whether all the accounts of this user has accepted the latest T&C version.", "type": "object" }, + "tnc_update_notification_start_date": { + "description": "The start date to inform users within a grace period, with the notification automatically deactivating after the specified duration.", + "type": [ + "null", + "string" + ] + }, "trading_hub": { "description": "Boolean value 1 or 0, indicating if client has enabled the Trading Hub dashboard", "type": "integer"