keitaro-api-skill/references/schemas/UserRequestAccess.yaml

18 lines
403 B
YAML

type: object
properties:
access_data:
allOf:
- $ref: ../schemas/UserAccessData.yaml
- type: object
properties:
resources:
description: Available resources
type: array
items:
type: string
reports:
description: Allowed reports
type: array
items:
type: string