aboutsummaryrefslogtreecommitdiffstats
path: root/JSONSchema/definitions.json
diff options
context:
space:
mode:
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,