{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EventStreamCloudEventOrgGroupRoleDeletedObjectOrganization", "title": "EventStreamCloudEventOrgGroupRoleDeletedObjectOrganization", "type": "object", "description": "The organization the group role is removed from.", "additionalProperties": false, "required": [ "id" ], "properties": { "id": { "type": "string", "description": "ID of the organization.", "pattern": "org_[a-zA-Z0-9]{16}" } } }