Chatwoot/swagger/definitions/error/bad_request.yml

10 lines
148 B
YAML
Raw Normal View History

2020-02-23 07:24:29 +00:00
title: data
type: object
properties:
description:
type: string
errors:
type: array
items:
$ref: '#/definitions/request_error'