{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "TestWebhookEventResponse", "description": "", "type": "object", "properties": { "status_code": { "type": "integer", "description": "HTTP status code returned by the webhook endpoint" } }, "required": [ "status_code" ] }