From bab6afafb922158638cb9ffdd734eeeb0ff931ce Mon Sep 17 00:00:00 2001 From: Julien Veyssier Date: Wed, 8 Jan 2025 16:38:06 +0100 Subject: [PATCH] chore: generate openapi specs Signed-off-by: Julien Veyssier --- core/openapi-full.json | 32 ++++++++++++++++---------------- core/openapi.json | 32 ++++++++++++++++---------------- 2 files changed, 32 insertions(+), 32 deletions(-) diff --git a/core/openapi-full.json b/core/openapi-full.json index d6f9837b1c602..4762cf0c141b9 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 bf8f2478fbda5..def317d722a51 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",