Neynar · Schema

CastResponse

Neynar Farcaster API schema for CastResponse

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationsWebhooksOnchain

Properties

Name Type Description
cast object
View JSON Schema on GitHub

JSON Schema

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