{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SelfServiceProfileBrandingColors", "title": "SelfServiceProfileBrandingColors", "type": "object", "additionalProperties": true, "required": [ "primary" ], "properties": { "primary": { "type": "string", "pattern": "^#([\\dA-Fa-f]{6}|[\\dA-Fa-f]{3})$" } } }