aboutsummaryrefslogtreecommitdiffstats
path: root/JSONSchema/schema.json
diff options
context:
space:
mode:
authorJared Wasinger <j-wasinger@hotmail.com>2017-07-05 06:57:06 +0800
committerUbuntu <ubuntu@ip-172-31-32-43.us-west-2.compute.internal>2017-08-08 04:41:46 +0800
commit7378b9fa4e883484af856df99a65c28293613e98 (patch)
tree8df91e08d40c45c1930df5482c34a3f6f7f17656 /JSONSchema/schema.json
parent6e8afe6563febbf3f54ab0702aba7056eca762f0 (diff)
downloaddexon-tests-7378b9fa4e883484af856df99a65c28293613e98.tar
dexon-tests-7378b9fa4e883484af856df99a65c28293613e98.tar.gz
dexon-tests-7378b9fa4e883484af856df99a65c28293613e98.tar.bz2
dexon-tests-7378b9fa4e883484af856df99a65c28293613e98.tar.lz
dexon-tests-7378b9fa4e883484af856df99a65c28293613e98.tar.xz
dexon-tests-7378b9fa4e883484af856df99a65c28293613e98.tar.zst
dexon-tests-7378b9fa4e883484af856df99a65c28293613e98.zip
add schema validation with Travis integration.
Diffstat (limited to 'JSONSchema/schema.json')
-rw-r--r--JSONSchema/schema.json28
1 files changed, 9 insertions, 19 deletions
diff --git a/JSONSchema/schema.json b/JSONSchema/schema.json
index 1ca91c03d..5ac5e7a71 100644
--- a/JSONSchema/schema.json
+++ b/JSONSchema/schema.json
@@ -22,9 +22,7 @@
"Metropolis": {
"type": "array"
}
- },
- "additionalProperties": false
- },
+ } },
"explanation": {
"type": "string"
},
@@ -55,8 +53,7 @@
"type": "string",
"pattern": "^0x[0-9a-f]*$"
}
- },
- "additionalProperties": false
+ }
},
"pre": {
"type": "object",
@@ -80,12 +77,9 @@
"storage": {
"type": "object"
}
- },
- "additionalProperties": false
- },
- "additionalProperties": false
- },
- "additionalProperties": false
+ }
+ }
+ }
},
"transaction": {
"type": "object",
@@ -127,13 +121,9 @@
"pattern": "^0x[0-9a-f]*$"
}
}
- },
- "additionalProperties": false
+ }
}
- },
- "additionalProperties": false
- },
- "additionalProperties": false
- },
- "additionalProperties": false
+ }
+ }
+ }
}