summaryrefslogtreecommitdiffstats
path: root/openapi-full.json
diff options
context:
space:
mode:
Diffstat (limited to 'openapi-full.json')
-rw-r--r--openapi-full.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/openapi-full.json b/openapi-full.json
index bb7f64da5..66054b883 100644
--- a/openapi-full.json
+++ b/openapi-full.json
@@ -221,7 +221,9 @@
"type": "object",
"required": [
"features",
+ "features-local",
"config",
+ "config-local",
"version"
],
"properties": {
@@ -231,6 +233,12 @@
"type": "string"
}
},
+ "features-local": {
+ "type": "array",
+ "items": {
+ "type": "string"
+ }
+ },
"config": {
"type": "object",
"required": [
@@ -400,6 +408,15 @@
}
}
},
+ "config-local": {
+ "type": "object",
+ "additionalProperties": {
+ "type": "array",
+ "items": {
+ "type": "string"
+ }
+ }
+ },
"version": {
"type": "string"
}