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