Neynar · Schema

ReactionType

Neynar Farcaster API schema for ReactionType

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationsWebhooksOnchain
View JSON Schema on GitHub

JSON Schema

reactiontype.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://neynar.com/schemas/ReactionType",
  "title": "ReactionType",
  "description": "Neynar Farcaster API schema for ReactionType",
  "enum": [
    "like",
    "recast"
  ],
  "type": "string"
}