{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EventStreamCloudEventGroupMemberAddedObjectMember1", "title": "EventStreamCloudEventGroupMemberAddedObjectMember1", "type": "object", "description": "A group member of member_type group", "additionalProperties": false, "required": [ "member_type", "id", "type", "connection_id" ], "properties": { "member_type": { "$ref": "#/components/schemas/EventStreamCloudEventGroupMemberAddedObjectMember1MemberTypeEnum" }, "id": { "type": "string", "description": "The connection member's unique identifier" }, "type": { "type": "string", "description": "The type of the connection" }, "connection_id": { "type": "string", "description": "Connection ID associated with the member", "pattern": "con_[a-zA-Z0-9]{16}" } } }