From 1c157647d9bd69a197b85342d3267896a36e312b Mon Sep 17 00:00:00 2001 From: provokateurin Date: Tue, 9 Jan 2024 18:09:02 +0100 Subject: chore(deps): Update openapi-extractor Signed-off-by: provokateurin --- apps/files/openapi.json | 6 +++++- apps/files_sharing/openapi.json | 18 +++++++++++++++--- apps/files_trashbin/openapi.json | 6 +++++- apps/theming/openapi.json | 18 +++++++++++++++--- apps/user_ldap/openapi.json | 6 +++++- 5 files changed, 45 insertions(+), 9 deletions(-) (limited to 'apps') diff --git a/apps/files/openapi.json b/apps/files/openapi.json index c897790f205..4df81800846 100644 --- a/apps/files/openapi.json +++ b/apps/files/openapi.json @@ -1172,7 +1172,11 @@ "description": "Whether to copy the system templates to the template directory", "schema": { "type": "integer", - "default": 0 + "default": 0, + "enum": [ + 0, + 1 + ] } }, { diff --git a/apps/files_sharing/openapi.json b/apps/files_sharing/openapi.json index abbc3d250a6..1cf1de460ba 100644 --- a/apps/files_sharing/openapi.json +++ b/apps/files_sharing/openapi.json @@ -1491,7 +1491,11 @@ "description": "Whether to not crop the preview", "schema": { "type": "integer", - "default": 0 + "default": 0, + "enum": [ + 0, + 1 + ] } }, { @@ -2186,7 +2190,11 @@ "description": "Include tags in the share", "schema": { "type": "integer", - "default": 0 + "default": 0, + "enum": [ + 0, + 1 + ] } }, { @@ -2830,7 +2838,11 @@ "description": "If a global lookup should be performed too", "schema": { "type": "integer", - "default": 0 + "default": 0, + "enum": [ + 0, + 1 + ] } }, { diff --git a/apps/files_trashbin/openapi.json b/apps/files_trashbin/openapi.json index a96cf5f189d..afa0ccfdafd 100644 --- a/apps/files_trashbin/openapi.json +++ b/apps/files_trashbin/openapi.json @@ -94,7 +94,11 @@ "description": "Whether to not crop the preview", "schema": { "type": "integer", - "default": 0 + "default": 0, + "enum": [ + 0, + 1 + ] } } ], diff --git a/apps/theming/openapi.json b/apps/theming/openapi.json index 7ed98467e96..f85f916dcaa 100644 --- a/apps/theming/openapi.json +++ b/apps/theming/openapi.json @@ -162,7 +162,11 @@ "description": "Let the browser decide the CSS priority", "schema": { "type": "integer", - "default": 0 + "default": 0, + "enum": [ + 0, + 1 + ] } }, { @@ -171,7 +175,11 @@ "description": "Include custom CSS", "schema": { "type": "integer", - "default": 0 + "default": 0, + "enum": [ + 0, + 1 + ] } }, { @@ -232,7 +240,11 @@ "description": "Return image as SVG", "schema": { "type": "integer", - "default": 1 + "default": 1, + "enum": [ + 0, + 1 + ] } }, { diff --git a/apps/user_ldap/openapi.json b/apps/user_ldap/openapi.json index f775726c8dc..fcad9c62fd8 100644 --- a/apps/user_ldap/openapi.json +++ b/apps/user_ldap/openapi.json @@ -140,7 +140,11 @@ "description": "Whether to show the password", "schema": { "type": "integer", - "default": 0 + "default": 0, + "enum": [ + 0, + 1 + ] } }, { -- cgit v1.2.3