diff options
author | F. Eugene Aumson <feuGeneA@users.noreply.github.com> | 2018-12-29 04:08:15 +0800 |
---|---|---|
committer | F. Eugene Aumson <feuGeneA@users.noreply.github.com> | 2018-12-29 04:08:15 +0800 |
commit | a3eab71908cd2e188438b4d411b7c426c874f0b2 (patch) | |
tree | dea7749d4e3ba236ac85ac4792c3fd453192cc0b /packages/json-schemas/schemas/js_number_schema.json | |
parent | 7e12ae1bfce33dcd6812c10a0d03ff16bd4f3884 (diff) | |
download | dexon-0x-contracts-a3eab71908cd2e188438b4d411b7c426c874f0b2.tar.gz dexon-0x-contracts-a3eab71908cd2e188438b4d411b7c426c874f0b2.tar.zst dexon-0x-contracts-a3eab71908cd2e188438b4d411b7c426c874f0b2.zip |
Correct inconsistencies in JSON schema names
In both ref ID's and file names.
Diffstat (limited to 'packages/json-schemas/schemas/js_number_schema.json')
-rw-r--r-- | packages/json-schemas/schemas/js_number_schema.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/json-schemas/schemas/js_number_schema.json b/packages/json-schemas/schemas/js_number_schema.json new file mode 100644 index 000000000..7df1c4747 --- /dev/null +++ b/packages/json-schemas/schemas/js_number_schema.json @@ -0,0 +1,5 @@ +{ + "id": "/jsNumberSchema", + "type": "number", + "minimum": 0 +} |