{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/platform.org.branding.update", "title": "platform.org.branding.update", "type": "object", "description": "Published when org branding is changed.\n\nBranding attributes added, changed, or removed are indicated in changes array.", "x-context": "org", "allOf": [ { "$ref": "#/components/schemas/EventDataOrg" }, { "$ref": "#/components/schemas/EventDataActor" } ], "properties": { "changes": { "$ref": "#/components/schemas/EventDataChanges" } } }