aboutsummaryrefslogtreecommitdiffstats
path: root/python-packages/json_schemas/src/zero_ex/json_schemas/schemas/index_filter_values_schema.json
blob: bec00d79e8794ec9659506c8176ddf8958f8ccd5 (plain) (blame)
1
2
3
4
5
6
7
{
    "id": "/indexFilterValuesSchema",
    "additionalProperties": {
        "oneOf": [{ "$ref": "/numberSchema" }, { "$ref": "/addressSchema" }, { "$ref": "/orderHashSchema" }]
    },
    "type": "object"
}