octoprint-open-api/openapi/components/schemas/UserRecord.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