mirror of
https://github.com/gosticks/octoprint-open-api.git
synced 2025-10-16 11:45:38 +00:00
fix: add basic type for controls object
This commit is contained in:
parent
9cbd9396ab
commit
079765bbe6
@ -4,4 +4,9 @@
|
|||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
type: object
|
type: object
|
||||||
additionalProperties: true
|
properties:
|
||||||
|
controls:
|
||||||
|
type: array
|
||||||
|
items:
|
||||||
|
type: object
|
||||||
|
additionalProperties: true
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user