From 0de71ec49ec8e7f60c106b0aa98694591e4e4bb9 Mon Sep 17 00:00:00 2001 From: Matt Darby Date: Tue, 3 Mar 2026 14:47:15 -0500 Subject: [PATCH] Mark company logo as nullable in OpenAPI spec --- openapi.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/openapi.yaml b/openapi.yaml index ed69628..5b6eab1 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -3248,6 +3248,7 @@ components: $ref: "#/components/schemas/Address" logo: type: array + nullable: true description: "A list of images for the different variants of the logo" items: $ref: "#/components/schemas/ImageURI"