aboutsummaryrefslogtreecommitdiffstats
path: root/python-packages/json_schemas/src/zero_ex/json_schemas/schemas/relayer_api_orders_response_schema.json
blob: a5023a3fc10452043cc8504dbdeb2e6bcaa8b714 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "id": "/relayerApiOrdersResponseSchema",
    "type": "object",
    "allOf": [
        { "$ref": "/paginatedCollectionSchema" },
        {
            "properties": {
                "records": { "$ref": "/relayerApiOrdersSchema" }
            },
            "required": ["records"]
        }
    ]
}