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",