10 lines
148 B
YAML
10 lines
148 B
YAML
|
title: data
|
||
|
type: object
|
||
|
properties:
|
||
|
description:
|
||
|
type: string
|
||
|
errors:
|
||
|
type: array
|
||
|
items:
|
||
|
$ref: '#/definitions/request_error'
|