aboutsummaryrefslogtreecommitdiffstats
path: root/packages/connect/src/schemas/websocket_orderbook_channel_config_schema.ts
blob: 2e9987e63e663864e254cd7398e2947647718303 (plain) (blame)
1
2
3
4
5
6
7
export const webSocketOrderbookChannelConfigSchema = {
    id: '/WebSocketOrderbookChannelConfig',
    type: 'object',
    properties: {
        heartbeatIntervalMs: { type: 'number' },
    },
};