Neynar · Schema

EmbedCast

Neynar Farcaster API schema for EmbedCast

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationsWebhooksOnchain

Properties

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

JSON Schema

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