Neynar · Schema

CastsResponse

Neynar Farcaster API schema for CastsResponse

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationsWebhooksOnchain

Properties

Name Type Description
result object
View JSON Schema on GitHub

JSON Schema

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