13 lines
335 B
JSON
13 lines
335 B
JSON
{
|
|
"id": "/orderFillRequestsSchema",
|
|
"type": "array",
|
|
"items": {
|
|
"properties": {
|
|
"signedOrder": { "$ref": "/signedOrderSchema" },
|
|
"takerTokenFillAmount": { "$ref": "/wholeNumberSchema" }
|
|
},
|
|
"required": ["signedOrder", "takerTokenFillAmount"],
|
|
"type": "object"
|
|
}
|
|
}
|