{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://neynar.com/schemas/WebhookResponse", "title": "WebhookResponse", "description": "Neynar Farcaster API schema for WebhookResponse", "properties": { "message": { "type": "string" }, "success": { "type": "boolean" }, "webhook": { "$ref": "#/components/schemas/Webhook" } }, "type": "object" }