{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/webhook-config-url",
"title": "webhook-config-url",
"type": "string",
"description": "The URL to which the payloads will be delivered.",
"example": "https://example.com/webhook",
"format": "uri"
}