aboutsummaryrefslogtreecommitdiffstats
path: root/packages/json-schemas/schemas/call_data_schema.json
diff options
context:
space:
mode:
authorF. Eugene Aumson <feuGeneA@users.noreply.github.com>2018-12-29 04:08:15 +0800
committerF. Eugene Aumson <feuGeneA@users.noreply.github.com>2018-12-29 04:08:15 +0800
commita3eab71908cd2e188438b4d411b7c426c874f0b2 (patch)
treedea7749d4e3ba236ac85ac4792c3fd453192cc0b /packages/json-schemas/schemas/call_data_schema.json
parent7e12ae1bfce33dcd6812c10a0d03ff16bd4f3884 (diff)
downloaddexon-sol-tools-a3eab71908cd2e188438b4d411b7c426c874f0b2.tar
dexon-sol-tools-a3eab71908cd2e188438b4d411b7c426c874f0b2.tar.gz
dexon-sol-tools-a3eab71908cd2e188438b4d411b7c426c874f0b2.tar.bz2
dexon-sol-tools-a3eab71908cd2e188438b4d411b7c426c874f0b2.tar.lz
dexon-sol-tools-a3eab71908cd2e188438b4d411b7c426c874f0b2.tar.xz
dexon-sol-tools-a3eab71908cd2e188438b4d411b7c426c874f0b2.tar.zst
dexon-sol-tools-a3eab71908cd2e188438b4d411b7c426c874f0b2.zip
Correct inconsistencies in JSON schema names
In both ref ID's and file names.
Diffstat (limited to 'packages/json-schemas/schemas/call_data_schema.json')
-rw-r--r--packages/json-schemas/schemas/call_data_schema.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/json-schemas/schemas/call_data_schema.json b/packages/json-schemas/schemas/call_data_schema.json
index c5972e8c1..e5e6e3282 100644
--- a/packages/json-schemas/schemas/call_data_schema.json
+++ b/packages/json-schemas/schemas/call_data_schema.json
@@ -4,13 +4,13 @@
"from": { "$ref": "/addressSchema" },
"to": { "$ref": "/addressSchema" },
"value": {
- "oneOf": [{ "$ref": "/numberSchema" }, { "$ref": "/jsNumber" }]
+ "oneOf": [{ "$ref": "/numberSchema" }, { "$ref": "/jsNumberSchema" }]
},
"gas": {
- "oneOf": [{ "$ref": "/numberSchema" }, { "$ref": "/jsNumber" }]
+ "oneOf": [{ "$ref": "/numberSchema" }, { "$ref": "/jsNumberSchema" }]
},
"gasPrice": {
- "oneOf": [{ "$ref": "/numberSchema" }, { "$ref": "/jsNumber" }]
+ "oneOf": [{ "$ref": "/numberSchema" }, { "$ref": "/jsNumberSchema" }]
},
"data": {
"type": "string",