Neynar · Schema

Hub CastEmbed

Neynar Hub API schema for CastEmbed

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationsWebhooksOnchain

Properties

Name Type Description
castId object
View JSON Schema on GitHub

JSON Schema

hub-castembed.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://neynar.com/schemas/hub/CastEmbed",
  "title": "Hub CastEmbed",
  "description": "Neynar Hub API schema for CastEmbed",
  "type": "object",
  "properties": {
    "castId": {
      "$ref": "#/components/schemas/CastId"
    }
  },
  "required": [
    "castId"
  ]
}