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










                                                        
{
    "id": "/relayerApiOrdersChannelUpdateSchema",
    "type": "object",
    "properties": {
        "type": { "enum": ["update"] },
        "channel": { "enum": ["orders"] },
        "requestId": { "type": "string" },
        "payload": { "$ref": "/relayerApiOrdersSchema" }
    },
    "required": ["type", "channel", "requestId"]
}