summaryrefslogtreecommitdiffstats
path: root/openapi-backend-sipbridge.json
diff options
context:
space:
mode:
Diffstat (limited to 'openapi-backend-sipbridge.json')
-rw-r--r--openapi-backend-sipbridge.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/openapi-backend-sipbridge.json b/openapi-backend-sipbridge.json
index 3fce16be8..5d0c6b6c4 100644
--- a/openapi-backend-sipbridge.json
+++ b/openapi-backend-sipbridge.json
@@ -67,7 +67,9 @@
"type": "object",
"required": [
"features",
+ "features-local",
"config",
+ "config-local",
"version"
],
"properties": {
@@ -77,6 +79,12 @@
"type": "string"
}
},
+ "features-local": {
+ "type": "array",
+ "items": {
+ "type": "string"
+ }
+ },
"config": {
"type": "object",
"required": [
@@ -246,6 +254,15 @@
}
}
},
+ "config-local": {
+ "type": "object",
+ "additionalProperties": {
+ "type": "array",
+ "items": {
+ "type": "string"
+ }
+ }
+ },
"version": {
"type": "string"
}