diff options
Diffstat (limited to 'schemas/config/2.0.schema.json')
-rw-r--r-- | schemas/config/2.0.schema.json | 8 |
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": { |