Skip to content

Commit 7bf74f9

Browse files
committed
chore: generate openapi specs
Signed-off-by: Julien Veyssier <[email protected]>
1 parent 24332e2 commit 7bf74f9

File tree

2 files changed

+32
-32
lines changed

2 files changed

+32
-32
lines changed

core/openapi-full.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -635,14 +635,14 @@
635635
"type": "string"
636636
},
637637
"inputShape": {
638-
"type": "array",
639-
"items": {
638+
"type": "object",
639+
"additionalProperties": {
640640
"$ref": "#/components/schemas/TaskProcessingShape"
641641
}
642642
},
643643
"inputShapeEnumValues": {
644-
"type": "array",
645-
"items": {
644+
"type": "object",
645+
"additionalProperties": {
646646
"type": "array",
647647
"items": {
648648
"type": "object",
@@ -675,14 +675,14 @@
675675
}
676676
},
677677
"optionalInputShape": {
678-
"type": "array",
679-
"items": {
678+
"type": "object",
679+
"additionalProperties": {
680680
"$ref": "#/components/schemas/TaskProcessingShape"
681681
}
682682
},
683683
"optionalInputShapeEnumValues": {
684-
"type": "array",
685-
"items": {
684+
"type": "object",
685+
"additionalProperties": {
686686
"type": "array",
687687
"items": {
688688
"type": "object",
@@ -715,14 +715,14 @@
715715
}
716716
},
717717
"outputShape": {
718-
"type": "array",
719-
"items": {
718+
"type": "object",
719+
"additionalProperties": {
720720
"$ref": "#/components/schemas/TaskProcessingShape"
721721
}
722722
},
723723
"outputShapeEnumValues": {
724-
"type": "array",
725-
"items": {
724+
"type": "object",
725+
"additionalProperties": {
726726
"type": "array",
727727
"items": {
728728
"type": "object",
@@ -742,14 +742,14 @@
742742
}
743743
},
744744
"optionalOutputShape": {
745-
"type": "array",
746-
"items": {
745+
"type": "object",
746+
"additionalProperties": {
747747
"$ref": "#/components/schemas/TaskProcessingShape"
748748
}
749749
},
750750
"optionalOutputShapeEnumValues": {
751-
"type": "array",
752-
"items": {
751+
"type": "object",
752+
"additionalProperties": {
753753
"type": "array",
754754
"items": {
755755
"type": "object",

core/openapi.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -635,14 +635,14 @@
635635
"type": "string"
636636
},
637637
"inputShape": {
638-
"type": "array",
639-
"items": {
638+
"type": "object",
639+
"additionalProperties": {
640640
"$ref": "#/components/schemas/TaskProcessingShape"
641641
}
642642
},
643643
"inputShapeEnumValues": {
644-
"type": "array",
645-
"items": {
644+
"type": "object",
645+
"additionalProperties": {
646646
"type": "array",
647647
"items": {
648648
"type": "object",
@@ -675,14 +675,14 @@
675675
}
676676
},
677677
"optionalInputShape": {
678-
"type": "array",
679-
"items": {
678+
"type": "object",
679+
"additionalProperties": {
680680
"$ref": "#/components/schemas/TaskProcessingShape"
681681
}
682682
},
683683
"optionalInputShapeEnumValues": {
684-
"type": "array",
685-
"items": {
684+
"type": "object",
685+
"additionalProperties": {
686686
"type": "array",
687687
"items": {
688688
"type": "object",
@@ -715,14 +715,14 @@
715715
}
716716
},
717717
"outputShape": {
718-
"type": "array",
719-
"items": {
718+
"type": "object",
719+
"additionalProperties": {
720720
"$ref": "#/components/schemas/TaskProcessingShape"
721721
}
722722
},
723723
"outputShapeEnumValues": {
724-
"type": "array",
725-
"items": {
724+
"type": "object",
725+
"additionalProperties": {
726726
"type": "array",
727727
"items": {
728728
"type": "object",
@@ -742,14 +742,14 @@
742742
}
743743
},
744744
"optionalOutputShape": {
745-
"type": "array",
746-
"items": {
745+
"type": "object",
746+
"additionalProperties": {
747747
"$ref": "#/components/schemas/TaskProcessingShape"
748748
}
749749
},
750750
"optionalOutputShapeEnumValues": {
751-
"type": "array",
752-
"items": {
751+
"type": "object",
752+
"additionalProperties": {
753753
"type": "array",
754754
"items": {
755755
"type": "object",

0 commit comments

Comments
 (0)