Skip to content

Commit 0ef2eab

Browse files
authored
fix(specs): update predict model endpoint modelAttributes type (#1063)
1 parent 25cc355 commit 0ef2eab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

specs/predict/responses/Models.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ modelInstance:
1616
index:
1717
type: string
1818
modelAttributes:
19-
$ref: '#/modelAttributes'
19+
type: array
20+
items:
21+
$ref: '#/modelAttributes'
2022
contentAttributes:
2123
type: array
2224
items:

0 commit comments

Comments
 (0)