{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://neynar.com/schemas/WebhookPutReqBody", "title": "WebhookPutReqBody", "description": "Neynar Farcaster API schema for WebhookPutReqBody", "properties": { "name": { "type": "string" }, "subscription": { "$ref": "#/components/schemas/WebhookSubscriptionFilters" }, "url": { "type": "string" }, "webhook_id": { "type": "string" } }, "required": [ "name", "url", "webhook_id" ], "type": "object" }