fix(docs): Add nullable fields to Nodeinfo schema

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2629>
This commit is contained in:
Ciarán Ainsworth 2023-11-15 13:40:04 +01:00 committed by Marge
parent 473cc1be25
commit 95c8e798ab
1 changed files with 2 additions and 0 deletions

View File

@ -464,6 +464,7 @@ components:
banner: banner:
type: string type: string
format: url format: url
nullable: true
defaultUploadQuota: defaultUploadQuota:
type: integer type: integer
supportedUploadExtensions: supportedUploadExtensions:
@ -477,6 +478,7 @@ components:
type: boolean type: boolean
domains: domains:
type: array type: array
nullable: true
items: items:
type: string type: string
funkwhaleSupportMessageEnabled: funkwhaleSupportMessageEnabled: