{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/argus-enterprise/refs/heads/main/json-structure/argus-enterprise-test-result-structure.json", "name": "TestResult", "description": "TestResult schema from ARGUS Enterprise API", "type": "object", "properties": { "success": { "type": "boolean", "description": "Whether the test event was delivered successfully" }, "responseCode": { "type": "int32", "description": "HTTP response code from the endpoint" }, "responseTime": { "type": "int32", "description": "Response time in milliseconds" }, "errorMessage": { "type": "string", "description": "Error details if the test failed" } } }