diff options
author | Julien Veyssier <julien-nc@posteo.net> | 2025-01-08 16:38:06 +0100 |
---|---|---|
committer | Julien Veyssier <julien-nc@posteo.net> | 2025-01-09 10:06:26 +0100 |
commit | 7bf74f9d97296aeb1113fad2c6e0f18055d59e2a (patch) | |
tree | de5fd5ac7d124b1daacce01e1ee0ef35e8f22f28 | |
parent | 24332e2a065fcf0d363f690243e92d9badb4a3c3 (diff) | |
download | nextcloud-server-fix/noid/broken-taskprocessing-api.tar.gz nextcloud-server-fix/noid/broken-taskprocessing-api.zip |
chore: generate openapi specsfix/noid/broken-taskprocessing-api
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
-rw-r--r-- | core/openapi-full.json | 32 | ||||
-rw-r--r-- | core/openapi.json | 32 |
2 files changed, 32 insertions, 32 deletions
diff --git a/core/openapi-full.json b/core/openapi-full.json index d6f9837b1c6..4762cf0c141 100644 --- a/core/openapi-full.json +++ b/core/openapi-full.json @@ -635,14 +635,14 @@ "type": "string" }, "inputShape": { - "type": "array", - "items": { + "type": "object", + "additionalProperties": { "$ref": "#/components/schemas/TaskProcessingShape" } }, "inputShapeEnumValues": { - "type": "array", - "items": { + "type": "object", + "additionalProperties": { "type": "array", "items": { "type": "object", @@ -675,14 +675,14 @@ } }, "optionalInputShape": { - "type": "array", - "items": { + "type": "object", + "additionalProperties": { "$ref": "#/components/schemas/TaskProcessingShape" } }, "optionalInputShapeEnumValues": { - "type": "array", - "items": { + "type": "object", + "additionalProperties": { "type": "array", "items": { "type": "object", @@ -715,14 +715,14 @@ } }, "outputShape": { - "type": "array", - "items": { + "type": "object", + "additionalProperties": { "$ref": "#/components/schemas/TaskProcessingShape" } }, "outputShapeEnumValues": { - "type": "array", - "items": { + "type": "object", + "additionalProperties": { "type": "array", "items": { "type": "object", @@ -742,14 +742,14 @@ } }, "optionalOutputShape": { - "type": "array", - "items": { + "type": "object", + "additionalProperties": { "$ref": "#/components/schemas/TaskProcessingShape" } }, "optionalOutputShapeEnumValues": { - "type": "array", - "items": { + "type": "object", + "additionalProperties": { "type": "array", "items": { "type": "object", diff --git a/core/openapi.json b/core/openapi.json index bf8f2478fbd..def317d722a 100644 --- a/core/openapi.json +++ b/core/openapi.json @@ -635,14 +635,14 @@ "type": "string" }, "inputShape": { - "type": "array", - "items": { + "type": "object", + "additionalProperties": { "$ref": "#/components/schemas/TaskProcessingShape" } }, "inputShapeEnumValues": { - "type": "array", - "items": { + "type": "object", + "additionalProperties": { "type": "array", "items": { "type": "object", @@ -675,14 +675,14 @@ } }, "optionalInputShape": { - "type": "array", - "items": { + "type": "object", + "additionalProperties": { "$ref": "#/components/schemas/TaskProcessingShape" } }, "optionalInputShapeEnumValues": { - "type": "array", - "items": { + "type": "object", + "additionalProperties": { "type": "array", "items": { "type": "object", @@ -715,14 +715,14 @@ } }, "outputShape": { - "type": "array", - "items": { + "type": "object", + "additionalProperties": { "$ref": "#/components/schemas/TaskProcessingShape" } }, "outputShapeEnumValues": { - "type": "array", - "items": { + "type": "object", + "additionalProperties": { "type": "array", "items": { "type": "object", @@ -742,14 +742,14 @@ } }, "optionalOutputShape": { - "type": "array", - "items": { + "type": "object", + "additionalProperties": { "$ref": "#/components/schemas/TaskProcessingShape" } }, "optionalOutputShapeEnumValues": { - "type": "array", - "items": { + "type": "object", + "additionalProperties": { "type": "array", "items": { "type": "object", |