aboutsummaryrefslogtreecommitdiffstats
path: root/packages/json-schemas/schemas/order_fill_or_kill_requests_schema.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/json-schemas/schemas/order_fill_or_kill_requests_schema.json')
-rw-r--r--packages/json-schemas/schemas/order_fill_or_kill_requests_schema.json12
1 files changed, 0 insertions, 12 deletions
diff --git a/packages/json-schemas/schemas/order_fill_or_kill_requests_schema.json b/packages/json-schemas/schemas/order_fill_or_kill_requests_schema.json
deleted file mode 100644
index 73bbf20bb..000000000
--- a/packages/json-schemas/schemas/order_fill_or_kill_requests_schema.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "id": "/orderFillOrKillRequestsSchema",
- "type": "array",
- "items": {
- "properties": {
- "signedOrder": { "$ref": "/signedOrderSchema" },
- "fillTakerAmount": { "$ref": "/wholeNumberSchema" }
- },
- "required": ["signedOrder", "fillTakerAmount"],
- "type": "object"
- }
-}