summaryrefslogtreecommitdiff
path: root/schemas
diff options
context:
space:
mode:
Diffstat (limited to 'schemas')
-rw-r--r--schemas/config/2.0.schema.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/schemas/config/2.0.schema.json b/schemas/config/2.0.schema.json
index 3c996925..344f77a4 100644
--- a/schemas/config/2.0.schema.json
+++ b/schemas/config/2.0.schema.json
@@ -6,6 +6,14 @@
"additionalProperties": true,
"minProperties": 1,
"properties": {
+ "version": {
+ "description": "configuration version",
+ "type": "string",
+ "default": "2.7",
+ "enum": [
+ "2.7"
+ ]
+ },
"rpc": {
"type": "object",
"properties": {