Neynar · Schema

ReactionRecast

Neynar Farcaster API schema for ReactionRecast

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationsWebhooksOnchain

Properties

Name Type Description
fid object
fname string
View JSON Schema on GitHub

JSON Schema

reactionrecast.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://neynar.com/schemas/ReactionRecast",
  "title": "ReactionRecast",
  "description": "Neynar Farcaster API schema for ReactionRecast",
  "properties": {
    "fid": {
      "$ref": "#/components/schemas/Fid"
    },
    "fname": {
      "type": "string"
    }
  },
  "required": [
    "fid",
    "fname"
  ],
  "type": "object"
}