Neynar · Schema

WebhookSubscriptionFiltersFollow

Neynar Farcaster API schema for WebhookSubscriptionFiltersFollow

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationsWebhooksOnchain

Properties

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

JSON Schema

webhooksubscriptionfiltersfollow.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://neynar.com/schemas/WebhookSubscriptionFiltersFollow",
  "title": "WebhookSubscriptionFiltersFollow",
  "description": "Neynar Farcaster API schema for WebhookSubscriptionFiltersFollow",
  "properties": {
    "fids": {
      "items": {
        "type": "integer"
      },
      "type": "array"
    },
    "target_fids": {
      "items": {
        "type": "integer"
      },
      "type": "array"
    }
  },
  "type": "object"
}