{ "type": "object", "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/apache-jmeter/refs/heads/main/json-structure/rest-api-test-run-response-structure.json", "name": "TestRunResponse", "description": "Response from starting a test", "properties": { "testId": { "type": "string", "description": "Unique test run identifier", "example": "test-1234" }, "status": { "type": "string", "example": "running" }, "startTime": { "type": "integer", "description": "Test start timestamp", "example": 1718153645993 } } }