Neynar · Schema

CastNotificationType

The notification type of a cast.

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationsWebhooksOnchain
View JSON Schema on GitHub

JSON Schema

castnotificationtype.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://neynar.com/schemas/CastNotificationType",
  "title": "CastNotificationType",
  "description": "The notification type of a cast.",
  "enum": [
    "cast-mention",
    "cast-reply"
  ],
  "type": "string"
}