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, 12 insertions, 0 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
new file mode 100644
index 000000000..c9549c72e
--- /dev/null
+++ b/packages/json-schemas/schemas/order_fill_or_kill_requests_schema.json
@@ -0,0 +1,12 @@
+{
+ "id": "/orderFillOrKillRequestsSchema",
+ "type": "array",
+ "items": {
+ "properties": {
+ "signedOrder": { "$ref": "/signedOrderSchema" },
+ "fillTakerAmount": { "$ref": "/numberSchema" }
+ },
+ "required": ["signedOrder", "fillTakerAmount"],
+ "type": "object"
+ }
+}