Neynar · Schema

WebhookSubscriptionFiltersReaction

Neynar Farcaster API schema for WebhookSubscriptionFiltersReaction

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationsWebhooksOnchain

Properties

Name Type Description
fids array
target_cast_hashes array
target_fids array
View JSON Schema on GitHub

JSON Schema

webhooksubscriptionfiltersreaction.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://neynar.com/schemas/WebhookSubscriptionFiltersReaction",
  "title": "WebhookSubscriptionFiltersReaction",
  "description": "Neynar Farcaster API schema for WebhookSubscriptionFiltersReaction",
  "properties": {
    "fids": {
      "items": {
        "type": "integer"
      },
      "type": "array"
    },
    "target_cast_hashes": {
      "items": {
        "example": "0x71d5225f77e0164388b1d4c120825f3a2c1f131c",
        "pattern": "^(0x)?[a-fA-F0-9]{40}$",
        "type": "string"
      },
      "type": "array"
    },
    "target_fids": {
      "items": {
        "type": "integer"
      },
      "type": "array"
    }
  },
  "type": "object"
}