Files
api-specs/nerm/schemas/GET/UserRole.yaml
2023-05-12 15:35:08 -04:00

17 lines
268 B
YAML

type: object
properties:
id:
type: string
format: uuid
readOnly: true
uid:
type: string
minLength: 32
maxLength: 32
readOnly: true
user_id:
type: string
format: uuid
role_id:
type: string
format: uuid