Fix list indentation problems
This commit is contained in:
parent
b29df6fa25
commit
b3c2a6b7ec
@ -9,7 +9,7 @@ consumes:
|
|||||||
produces:
|
produces:
|
||||||
- "application/json"
|
- "application/json"
|
||||||
paths:
|
paths:
|
||||||
/ducks/:
|
/ducks:
|
||||||
get:
|
get:
|
||||||
tags:
|
tags:
|
||||||
- "default_controller"
|
- "default_controller"
|
||||||
@ -20,9 +20,9 @@ paths:
|
|||||||
200:
|
200:
|
||||||
description: "An object which contains metadata and an array of ducks"
|
description: "An object which contains metadata and an array of ducks"
|
||||||
schema:
|
schema:
|
||||||
type: "array"
|
type: array
|
||||||
items:
|
items:
|
||||||
$ref: "#/definitions/Duck"
|
$ref: '#/definitions/Duck'
|
||||||
security:
|
security:
|
||||||
- api_key: []
|
- api_key: []
|
||||||
securityDefinitions:
|
securityDefinitions:
|
||||||
|
Loading…
Reference in New Issue
Block a user