We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f07145 commit 135ed67Copy full SHA for 135ed67
1 file changed
openapi/openapi.yaml
@@ -169,9 +169,12 @@ components:
169
on: "{\"color\": \"blue\"}"
170
off: "{\"color\": \"black\"}"
171
Splits:
172
- type: array
173
- items:
174
- $ref: '#/components/schemas/Split'
+ type: object
+ properties:
+ splits:
175
+ type: array
176
+ items:
177
+ $ref: '#/components/schemas/Split'
178
179
security:
180
- Authorization: []
0 commit comments