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