aboutsummaryrefslogtreecommitdiffstats
path: root/python-packages/json_schemas/src/zero_ex/json_schemas/schemas/order_fill_or_kill_requests_schema.json
blob: 73bbf20bb1422c699f6729e9d2dce96200af0150 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "id": "/orderFillOrKillRequestsSchema",
    "type": "array",
    "items": {
        "properties": {
            "signedOrder": { "$ref": "/signedOrderSchema" },
            "fillTakerAmount": { "$ref": "/wholeNumberSchema" }
        },
        "required": ["signedOrder", "fillTakerAmount"],
        "type": "object"
    }
}