mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 20:37:50 +00:00
20 lines
346 B
YAML
20 lines
346 B
YAML
type: object
|
|
properties:
|
|
id:
|
|
type: string
|
|
format: uuid
|
|
readOnly: true
|
|
uid:
|
|
type: string
|
|
minLength: 32
|
|
maxLength: 32
|
|
readOnly: true
|
|
example: "sponsors_role"
|
|
name:
|
|
type: string
|
|
example: "Sponsors"
|
|
groups:
|
|
type: array
|
|
items:
|
|
type: string
|
|
example: "ad_group_name" |