mirror of
https://github.com/notherealmarco/WASAPhoto.git
synced 2025-03-14 14:16:15 +01:00
Add missing maxItems
This commit is contained in:
parent
b42886beab
commit
22ac115b60
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@ paths:
|
||||||
type: array
|
type: array
|
||||||
description: The list of followers.
|
description: The list of followers.
|
||||||
minItems: 0
|
minItems: 0
|
||||||
|
maxItems: 100
|
||||||
items:
|
items:
|
||||||
$ref: "#/components/schemas/uid_name"
|
$ref: "#/components/schemas/uid_name"
|
||||||
example:
|
example:
|
||||||
|
|
Loading…
Reference in a new issue