diff options
Diffstat (limited to 'JSONSchema/schema.json')
-rw-r--r-- | JSONSchema/schema.json | 28 |
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 + } + } + } } |