Neynar · Schema

Subscriptions

Neynar Farcaster API schema for Subscriptions

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationsWebhooksOnchain

Properties

Name Type Description
subscriptions_created array
View JSON Schema on GitHub

JSON Schema

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