{
  "@context": "https://schema.org",
  "@type": "DataDownload",
  "name": "Test Harness Schema",
  "dateModified": "2026-06-02T09:39:35.503Z",
  "spec": [
    "JUnit XML 5",
    "TAP 14",
    "OpenTelemetry Test Trace",
    "SLSA test-attestation v1.0"
  ],
  "testCase": {
    "id": "string",
    "suite": "string",
    "type": "unit|integration|conformance|property|chaos|llm-eval",
    "input": "object",
    "expected": "object|matcher",
    "timeoutMs": "integer",
    "seed": "integer",
    "tags": "array"
  }
}