aboutsummaryrefslogblamecommitdiffstats
path: root/packages/json-schemas/schemas/relayer_api_orders_channel_subscribe_schema.json
blob: 29561d09fcef9c4cb8b3fd83332c4eaf0afd0053 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                               
{
    "id": "/relayerApiOrdersChannelSubscribeSchema",
    "type": "object",
    "properties": {
        "type": { "enum": ["subscribe"] },
        "channel": { "enum": ["orders"] },
        "requestId": { "type": "string" },
        "payload": { "$ref": "/relayerApiOrdersChannelSubscribePayloadSchema" }
    },
    "required": ["type", "channel", "requestId"]
}