From 95c8e798abe54cacb628eebe63f64116d6c2b96f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciar=C3=A1n=20Ainsworth?= Date: Wed, 15 Nov 2023 13:40:04 +0100 Subject: [PATCH] fix(docs): Add nullable fields to Nodeinfo schema Part-of: --- docs/specs/nodeinfo21/schema.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/specs/nodeinfo21/schema.yml b/docs/specs/nodeinfo21/schema.yml index fa5fc2411..9658c4321 100644 --- a/docs/specs/nodeinfo21/schema.yml +++ b/docs/specs/nodeinfo21/schema.yml @@ -464,6 +464,7 @@ components: banner: type: string format: url + nullable: true defaultUploadQuota: type: integer supportedUploadExtensions: @@ -477,6 +478,7 @@ components: type: boolean domains: type: array + nullable: true items: type: string funkwhaleSupportMessageEnabled: