{
  "$comment": "Sandbox fixture — a deterministic, schema-valid sample response derived from the published OpenAPI contract. No auth, no quota. Do not treat the payload as live data; call the production endpoint for real values. Guide: https://www.worldmonitor.app/docs/sandbox",
  "sandbox": true,
  "operation": {
    "operationId": "GetResilienceScore",
    "method": "GET",
    "path": "/api/resilience/v1/get-resilience-score",
    "summary": "GetResilienceScore",
    "productionUrl": "https://api.worldmonitor.app/api/resilience/v1/get-resilience-score",
    "service": "ResilienceService"
  },
  "request": {
    "query": {
      "countryCode": "US",
      "jmespath": "keys(@)"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "baselineScore": 42.5,
      "change30d": 1.5,
      "countryCode": "US",
      "dataVersion": "example",
      "domains": [
        {
          "dimensions": [
            {
              "coverage": 1.5,
              "freshness": {
                "lastObservedAtMs": "1717200000000",
                "staleness": "example"
              },
              "id": "example-id",
              "imputationClass": "example",
              "imputedWeight": 1.5
            }
          ],
          "id": "example-id",
          "score": 42.5,
          "weight": 1.5
        }
      ]
    }
  }
}
