{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SelfServiceProfileBrandingProperties", "title": "SelfServiceProfileBrandingProperties", "type": "object", "additionalProperties": true, "properties": { "logo_url": { "type": "string", "maxLength": 1024, "format": "uri", "pattern": "^https://" }, "colors": { "$ref": "#/components/schemas/SelfServiceProfileBrandingColors" } } }