13 lines
329 B
JSON
13 lines
329 B
JSON
{
|
|
"id": "/orderCancellationRequestsSchema",
|
|
"type": "array",
|
|
"items": {
|
|
"properties": {
|
|
"order": { "$ref": "/orderSchema" },
|
|
"takerTokenCancelAmount": { "$ref": "/wholeNumberSchema" }
|
|
},
|
|
"required": ["order", "takerTokenCancelAmount"],
|
|
"type": "object"
|
|
}
|
|
}
|