{ "$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" }