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
@ -3,5 +3,10 @@
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
type: object
|
||||
properties:
|
||||
controls:
|
||||
type: array
|
||||
items:
|
||||
type: object
|
||||
additionalProperties: true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user