summaryrefslogtreecommitdiffstats
path: root/config/schema.json
diff options
context:
space:
mode:
Diffstat (limited to 'config/schema.json')
-rw-r--r--config/schema.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/schema.json b/config/schema.json
index 7e44878c9..c65a1c8dd 100644
--- a/config/schema.json
+++ b/config/schema.json
@@ -16,6 +16,9 @@
"type": "string",
"enum": ["AGPL", "MIT", "GPL", "LGPL", "BSD","Apache"]
},
+ "admin": {
+ "type": "boolean"
+ },
"version": {
"type": "string",
"pattern": "^[0-9]+(\\.[0-9]+)*$"