Neynar · Schema

Hub Embed

Neynar Hub API schema for Embed

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationsWebhooksOnchain
View JSON Schema on GitHub

JSON Schema

hub-embed.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://neynar.com/schemas/hub/Embed",
  "title": "Hub Embed",
  "description": "Neynar Hub API schema for Embed",
  "oneOf": [
    {
      "$ref": "#/components/schemas/CastEmbed"
    },
    {
      "$ref": "#/components/schemas/UrlEmbed"
    }
  ]
}