{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GetBrandingResponseContent", "title": "GetBrandingResponseContent", "type": "object", "additionalProperties": true, "properties": { "colors": { "$ref": "#/components/schemas/BrandingColors" }, "favicon_url": { "type": "string", "description": "URL for the favicon. Must use HTTPS.", "format": "strict-https-uri" }, "logo_url": { "type": "string", "description": "URL for the logo. Must use HTTPS.", "format": "strict-https-uri" }, "identifiers": { "$ref": "#/components/schemas/BrandingIdentifiers" }, "font": { "$ref": "#/components/schemas/BrandingFont" } } }