aboutsummaryrefslogtreecommitdiffstats
path: root/packages/json-schemas/schemas/request_opts_schema.json
blob: b50547d180d59fd47d689816798ee30a6229f6f5 (plain) (blame)
1
2
3
4
5
6
7
{
    "id": "/RequestOpts",
    "type": "object",
    "properties": {
        "networkId": { "type": "number" }
    }
}