{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "RecipientChannel_Webhook", "type": "object", "required": [ "channel", "url" ], "properties": { "channel": { "type": "string", "enum": [ "webhook" ] }, "url": { "type": "string", "format": "uri" } } }