{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://developer.slashid.dev/schemas/Webhook.json", "title": "Webhook", "type": "object", "allOf": [ { "type": "object", "properties": { "id": { "type": "string" } }, "required": [ "id" ] }, { "$ref": "#/components/schemas/WebhookConfiguration" } ] }