]> source.dussan.org Git - nextcloud-server.git/commitdiff
files: Fix OpenAPI spec 40001/head
authorjld3103 <jld3103yt@gmail.com>
Tue, 22 Aug 2023 18:07:26 +0000 (20:07 +0200)
committerjld3103 <jld3103yt@gmail.com>
Tue, 22 Aug 2023 18:07:26 +0000 (20:07 +0200)
Signed-off-by: jld3103 <jld3103yt@gmail.com>
apps/files/openapi.json

index 4eb3ecf8d0b1d1c7261384a7fd47c253b2d55a56..c3bd9d58bf910c556bfd6c71e1be82ed7194719a 100644 (file)
         "schemas": {
             "Capabilities": {
                 "type": "object",
+                "required": [
+                    "files"
+                ],
                 "properties": {
                     "files": {
-                        "type": [
-                            "object",
-                            "object"
-                        ],
+                        "type": "object",
                         "required": [
                             "bigfilechunking",
                             "blacklisted_files",