aboutsummaryrefslogtreecommitdiffstats
path: root/packages/json-schemas/schemas/relayer_api_orders_channel_subscribe_schema.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/json-schemas/schemas/relayer_api_orders_channel_subscribe_schema.json')
-rw-r--r--packages/json-schemas/schemas/relayer_api_orders_channel_subscribe_schema.json11
1 files changed, 0 insertions, 11 deletions
diff --git a/packages/json-schemas/schemas/relayer_api_orders_channel_subscribe_schema.json b/packages/json-schemas/schemas/relayer_api_orders_channel_subscribe_schema.json
deleted file mode 100644
index 29561d09f..000000000
--- a/packages/json-schemas/schemas/relayer_api_orders_channel_subscribe_schema.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "id": "/relayerApiOrdersChannelSubscribeSchema",
- "type": "object",
- "properties": {
- "type": { "enum": ["subscribe"] },
- "channel": { "enum": ["orders"] },
- "requestId": { "type": "string" },
- "payload": { "$ref": "/relayerApiOrdersChannelSubscribePayloadSchema" }
- },
- "required": ["type", "channel", "requestId"]
-}