diff options
author | Valery Piashchynski <[email protected]> | 2023-03-21 16:30:09 +0100 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2023-03-21 16:30:36 +0100 |
commit | 0deda0a82f58983ec6dad3170d9fe0ab4ad526d9 (patch) | |
tree | 4bb59d2130c13fd8ed8a971002c981c1710248dc /schemas/config/2.0.schema.json | |
parent | 6882f62592b3fece71e51d89d1e03426d1b13168 (diff) |
chore: update schema JSON
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'schemas/config/2.0.schema.json')
-rw-r--r-- | schemas/config/2.0.schema.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/schemas/config/2.0.schema.json b/schemas/config/2.0.schema.json index 9a9db63f..bababf72 100644 --- a/schemas/config/2.0.schema.json +++ b/schemas/config/2.0.schema.json @@ -9,9 +9,10 @@ "version": { "description": "configuration version", "type": "string", - "default": "2.7", + "default": "3", "enum": [ - "2.7" + "2.7", + "3" ] }, "centrifuge": { |