mirror of
https://github.com/gosticks/octoprint-open-api.git
synced 2025-10-16 11:45:38 +00:00
25 lines
365 B
YAML
25 lines
365 B
YAML
type: object
|
|
properties:
|
|
name:
|
|
type: string
|
|
active:
|
|
type: boolean
|
|
user:
|
|
type: boolean
|
|
admin:
|
|
type: boolean
|
|
apiKey:
|
|
type: string
|
|
settings:
|
|
type: object
|
|
groups:
|
|
type: array
|
|
items:
|
|
$ref: ./GroupRecord.yaml
|
|
permissions:
|
|
type: array
|
|
items:
|
|
$ref: ./PermissionRecord.yaml
|
|
needs:
|
|
$ref: ./Needs.yaml
|