diff options
Diffstat (limited to 'core/openapi.json')
-rw-r--r-- | core/openapi.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/core/openapi.json b/core/openapi.json index 0cfb9cb5a46..68901630d19 100644 --- a/core/openapi.json +++ b/core/openapi.json @@ -218,7 +218,6 @@ "type": "object", "required": [ "id", - "order", "href", "icon", "type", @@ -247,6 +246,12 @@ "name": { "type": "string" }, + "app": { + "type": "string" + }, + "default": { + "type": "boolean" + }, "active": { "type": "boolean" }, |