aboutsummaryrefslogtreecommitdiffstats
path: root/packages/json-schemas/schemas/order_cancel_schema.json
diff options
context:
space:
mode:
authorfragosti <francesco.agosti93@gmail.com>2018-10-23 05:26:35 +0800
committerfragosti <francesco.agosti93@gmail.com>2018-10-23 05:26:35 +0800
commit5e67756037b824f761e95310deae3e58f0dd96a2 (patch)
tree9f015ebd286aa9875c61290b19325f74de0301dc /packages/json-schemas/schemas/order_cancel_schema.json
parent48e4452a0442acb992c204ca1fbec36df1a75d6d (diff)
parentbe97eebe022739bf7f993d17eda7d26ad4ef448a (diff)
downloaddexon-0x-contracts-5e67756037b824f761e95310deae3e58f0dd96a2.tar.gz
dexon-0x-contracts-5e67756037b824f761e95310deae3e58f0dd96a2.tar.zst
dexon-0x-contracts-5e67756037b824f761e95310deae3e58f0dd96a2.zip
Merge branch 'development' of https://github.com/0xProject/0x-monorepo into feature/instant/beta-render-et-al
Diffstat (limited to 'packages/json-schemas/schemas/order_cancel_schema.json')
-rw-r--r--packages/json-schemas/schemas/order_cancel_schema.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/json-schemas/schemas/order_cancel_schema.json b/packages/json-schemas/schemas/order_cancel_schema.json
index 09d4068c6..8d0999941 100644
--- a/packages/json-schemas/schemas/order_cancel_schema.json
+++ b/packages/json-schemas/schemas/order_cancel_schema.json
@@ -4,7 +4,7 @@
"items": {
"properties": {
"order": { "$ref": "/orderSchema" },
- "takerTokenCancelAmount": { "$ref": "/numberSchema" }
+ "takerTokenCancelAmount": { "$ref": "/wholeNumberSchema" }
},
"required": ["order", "takerTokenCancelAmount"],
"type": "object"