Neynar · Schema

ChannelMemberRole

The role of a channel member

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationsWebhooksOnchain
View JSON Schema on GitHub

JSON Schema

channelmemberrole.json Raw ↑
{
  "$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"
}