The role of a channel member
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://neynar.com/schemas/ChannelMemberRole", "title": "ChannelMemberRole", "description": "The role of a channel member", "enum": [ "member", "moderator", "owner" ], "type": "string" }