octoprint-open-api/openapi/components/schemas/utils/Template.yaml
2020-10-30 23:37:31 +01:00

13 lines
160 B
YAML

type: object
required:
- id
- name
properties:
id:
type: string
name:
type: string
plugin_id:
type: string
plugin_name:
type: string