Neynar · Schema

BulkCastsResponse

Neynar Farcaster API schema for BulkCastsResponse

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationsWebhooksOnchain

Properties

Name Type Description
casts array
View JSON Schema on GitHub

JSON Schema

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