aboutsummaryrefslogtreecommitdiffstats
path: root/JSONSchema/definitions.json
diff options
context:
space:
mode:
authorDimitry <dimitry@ethereum.org>2018-08-27 20:27:28 +0800
committerDimitry <dimitry@ethereum.org>2018-08-28 18:17:59 +0800
commit3be71ec3364a01fd4f2cb9b9fd086f3f69f0225c (patch)
treea6f68542511984af83bf57783a7fc99d9eff57d5 /JSONSchema/definitions.json
parent6ebd4f17753ad633a7aeec98dc3f8fb2d629571a (diff)
downloaddexon-tests-3be71ec3364a01fd4f2cb9b9fd086f3f69f0225c.tar.gz
dexon-tests-3be71ec3364a01fd4f2cb9b9fd086f3f69f0225c.tar.zst
dexon-tests-3be71ec3364a01fd4f2cb9b9fd086f3f69f0225c.zip
add sealEngine to jsonSchema
Diffstat (limited to 'JSONSchema/definitions.json')
-rw-r--r--JSONSchema/definitions.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/JSONSchema/definitions.json b/JSONSchema/definitions.json
index 4d00794c5..529e08763 100644
--- a/JSONSchema/definitions.json
+++ b/JSONSchema/definitions.json
@@ -279,6 +279,18 @@
}
]
},
+ "SealEngineType": {
+ "anyOf": [
+ {
+ "pattern": "NoProof",
+ "type": "string"
+ },
+ {
+ "pattern": "Ethash",
+ "type": "string"
+ }
+ ]
+ },
"TransactionResults": {
"items": {
"additionalProperties": false,