protocol/packages/json-schemas/schemas/js_number_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

6 lines
72 B
JSON

{
"id": "/jsNumberSchema",
"type": "number",
"minimum": 0
}