aboutsummaryrefslogtreecommitdiffstats
path: root/packages/connect/src/schemas/websocket_orderbook_channel_config_schema.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/connect/src/schemas/websocket_orderbook_channel_config_schema.ts')
-rw-r--r--packages/connect/src/schemas/websocket_orderbook_channel_config_schema.ts7
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/connect/src/schemas/websocket_orderbook_channel_config_schema.ts b/packages/connect/src/schemas/websocket_orderbook_channel_config_schema.ts
new file mode 100644
index 000000000..2e9987e63
--- /dev/null
+++ b/packages/connect/src/schemas/websocket_orderbook_channel_config_schema.ts
@@ -0,0 +1,7 @@
+export const webSocketOrderbookChannelConfigSchema = {
+ id: '/WebSocketOrderbookChannelConfig',
+ type: 'object',
+ properties: {
+ heartbeatIntervalMs: { type: 'number' },
+ },
+};