Files
chatwoot/swagger/definitions/error/bad_request.yml

10 lines
155 B
YAML

title: data
type: object
properties:
description:
type: string
errors:
type: array
items:
$ref: '#/components/schemas/request_error'