Neynar · Schema

EmbedDeep

Neynar Farcaster API schema for EmbedDeep

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationsWebhooksOnchain
View JSON Schema on GitHub

JSON Schema

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