octoprint-open-api/openapi/components/schemas/CurrentUser.yaml
2020-11-02 20:45:41 +01:00

13 lines
210 B
YAML

type: object
properties:
name:
type: string
groups:
type: array
items:
$ref: ./access/GroupRecord.yaml
permissions:
type: array
items:
$ref: ./access/PermissionRecord.yaml