Fix OpenAPI documentation again

This commit is contained in:
Kumi 2020-09-04 22:07:32 +02:00
parent 1563a6ede2
commit 11ff08f6bb
2 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

View file

@ -41,7 +41,7 @@ servers:
components:
schemas:
Config:
type: object
type: string
required:
- key
properties:
@ -141,7 +141,7 @@ components:
$ref: '#/components/schemas/Placeholder'
config:
type: array
description: 'Array of `Config` objects to change the default behaviour'
description: 'Array of `Config` keys to change the default behaviour'
items:
$ref: '#/components/schemas/Config'
key: