aboutsummaryrefslogtreecommitdiffstats
path: root/packages/json-schemas/schemas/order_fill_or_kill_requests_schema.json
blob: c9549c72ea4f025325a8974d845eafc1b3c96ce9 (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": "/numberSchema" }
        },
        "required": ["signedOrder", "fillTakerAmount"],
        "type": "object"
    }
}