aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/openapi-full.json32
-rw-r--r--core/openapi.json32
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",