Neynar · Schema

Embed

Neynar Farcaster API schema for Embed

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationsWebhooksOnchain
View JSON Schema on GitHub

JSON Schema

embed.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://neynar.com/schemas/Embed",
  "title": "Embed",
  "description": "Neynar Farcaster API schema for Embed",
  "anyOf": [
    {
      "$ref": "#/components/schemas/EmbedCast"
    },
    {
      "$ref": "#/components/schemas/EmbedUrl"
    }
  ]
}