Skip to content
This repository was archived by the owner on Dec 28, 2023. It is now read-only.

Commit 4aee285

Browse files
author
nobody
committed
JSON Schema Update
1 parent 8052ed8 commit 4aee285

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

config/v3/get_settings/receive.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,10 @@
203203
"string"
204204
]
205205
},
206+
"trading_hub": {
207+
"description": "Boolean value 1 or 0, indicating if client has enabled the Trading Hub dashboard",
208+
"type": "integer"
209+
},
206210
"user_hash": {
207211
"description": "Hash generated using user details to verify whether the user is legitimate for our customer support system.",
208212
"type": [

config/v3/set_settings/send.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,14 @@
193193
"type": "string",
194194
"pattern": "^[a-z]{0,2}(?:,[a-z]{2})*$"
195195
},
196+
"trading_hub": {
197+
"description": "[Optional] Enable/Disable Trading Hub dashboard",
198+
"type": "integer",
199+
"enum": [
200+
0,
201+
1
202+
]
203+
},
196204
"passthrough": {
197205
"description": "[Optional] Used to pass data through the websocket, which may be retrieved via the `echo_req` output field.",
198206
"type": "object"

0 commit comments

Comments
 (0)