openvidu/backend/openapi/components/schemas/validation-error.yaml

20 lines
492 B
YAML

type: object
properties:
error:
type: string
example: 'Unprocessable Entity'
message:
type: string
example: 'Invalid request body'
details:
type: array
items:
type: object
properties:
field:
type: string
example: 'expirationDate'
message:
type: string
example: 'Expected number, received string'