aboutsummaryrefslogtreecommitdiffstats
path: root/python-packages/json_schemas/src/zero_ex/json_schemas/schemas/request_opts_schema.json
blob: 2206f5016f47c618dc7ffed6ea88f3647d751d8a (plain) (blame)
1
2
3
4
5
6
7
{
    "id": "/RequestOptsSchema",
    "type": "object",
    "properties": {
        "networkId": { "type": "number" }
    }
}