Neynar · Schema

QueuedFrameNotificationsResponse

Neynar Farcaster API schema for QueuedFrameNotificationsResponse

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationsWebhooksOnchain

Properties

Name Type Description
campaign_id string The unique identifier for the notification campaign.
status object
View JSON Schema on GitHub

JSON Schema

queuedframenotificationsresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://neynar.com/schemas/QueuedFrameNotificationsResponse",
  "title": "QueuedFrameNotificationsResponse",
  "description": "Neynar Farcaster API schema for QueuedFrameNotificationsResponse",
  "properties": {
    "campaign_id": {
      "description": "The unique identifier for the notification campaign.",
      "format": "uuid",
      "type": "string"
    },
    "status": {
      "$ref": "#/components/schemas/NotificationCampaignStatus"
    }
  },
  "required": [
    "campaign_id",
    "status"
  ],
  "type": "object"
}