mirror of
https://github.com/gosticks/octoprint-open-api.git
synced 2025-10-16 11:45:38 +00:00
13 lines
210 B
YAML
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
|