Files
protocol/packages/json-schemas/schemas/request_opts_schema.json
2018-11-12 13:44:24 +01:00

8 lines
120 B
JSON

{
"id": "/RequestOpts",
"type": "object",
"properties": {
"networkId": { "type": "number" }
}
}