invalid schema return
This commit is contained in:
parent
70c07a6231
commit
5edb5d9f13
10
input.yml
10
input.yml
@ -43,7 +43,15 @@ paths:
|
|||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/Error'
|
$ref: '#/components/schemas/Error'
|
||||||
'400':
|
'400':
|
||||||
description: Json parse error
|
description: JSON parse error
|
||||||
|
content:
|
||||||
|
application/json:
|
||||||
|
schema:
|
||||||
|
type: array
|
||||||
|
items:
|
||||||
|
$ref: '#/components/schemas/Error'
|
||||||
|
'416':
|
||||||
|
description: JSON invalid schema
|
||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
|
Loading…
Reference in New Issue
Block a user