{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TestWebhookResponse", "title": "TestWebhookResponse", "properties": { "data": { "description": "List with test results. Each test webhook we send has a list element with the result.", "items": { "$ref": "#/components/schemas/TestOutput" }, "type": "array" } }, "type": "object" }