Files
protocol/packages/json-schemas/schemas/request_opts_schema.json
F. Eugene Aumson a3eab71908 Correct inconsistencies in JSON schema names
In both ref ID's and file names.
2018-12-28 15:08:15 -05:00

8 lines
126 B
JSON

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