{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EventStreamCloudEventOrgCreatedObjectBranding", "title": "EventStreamCloudEventOrgCreatedObjectBranding", "type": "object", "description": "The branding associated with the organization.", "additionalProperties": false, "properties": { "logo_url": { "type": "string", "description": "URL of logo to display on login page.", "format": "uri" }, "colors": { "$ref": "#/components/schemas/EventStreamCloudEventOrgCreatedObjectBrandingColors" } } }