Neynar · Schema

CastEmbedCrawlResponse

Neynar Farcaster API schema for CastEmbedCrawlResponse

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationsWebhooksOnchain

Properties

Name Type Description
metadata object
View JSON Schema on GitHub

JSON Schema

castembedcrawlresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://neynar.com/schemas/CastEmbedCrawlResponse",
  "title": "CastEmbedCrawlResponse",
  "description": "Neynar Farcaster API schema for CastEmbedCrawlResponse",
  "properties": {
    "metadata": {
      "$ref": "#/components/schemas/EmbedUrlMetadata"
    }
  },
  "required": [
    "metadata"
  ],
  "type": "object"
}