Neynar · Schema

EmbedCastDeep

Neynar Farcaster API schema for EmbedCastDeep

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationsWebhooksOnchain

Properties

Name Type Description
cast object
cast_id object
View JSON Schema on GitHub

JSON Schema

embedcastdeep.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://neynar.com/schemas/EmbedCastDeep",
  "title": "EmbedCastDeep",
  "description": "Neynar Farcaster API schema for EmbedCastDeep",
  "properties": {
    "cast": {
      "$ref": "#/components/schemas/CastDehydrated"
    },
    "cast_id": {
      "$ref": "#/components/schemas/CastId"
    }
  },
  "required": [
    "cast"
  ],
  "type": "object"
}