{
  "$comment": "Generated by scripts/generate-sandbox-fixtures.mjs from the OpenAPI examples — do not edit by hand. Drift-guarded by tests/sandbox-fixtures.test.mjs.",
  "kind": "sandbox-index",
  "product": "World Monitor",
  "description": "World Monitor sandbox: deterministic, schema-valid sample responses for representative REST operations. Fetch any fixture below with plain HTTP — no auth, no quota, safe for CI. Each fixture mirrors the exact envelope the production endpoint returns; switch to productionUrl with an X-WorldMonitor-Key header to go live.",
  "docs": "https://www.worldmonitor.app/docs/sandbox",
  "openapi": "https://worldmonitor.app/openapi.json",
  "authGuide": "https://worldmonitor.app/auth.md",
  "operations": [
    {
      "operationId": "GetResilienceScore",
      "method": "GET",
      "path": "/api/resilience/v1/get-resilience-score",
      "summary": "GetResilienceScore",
      "fixture": "https://www.worldmonitor.app/sandbox/get-resilience-score.json",
      "productionUrl": "https://api.worldmonitor.app/api/resilience/v1/get-resilience-score"
    },
    {
      "operationId": "GetResilienceRanking",
      "method": "GET",
      "path": "/api/resilience/v1/get-resilience-ranking",
      "summary": "GetResilienceRanking",
      "fixture": "https://www.worldmonitor.app/sandbox/get-resilience-ranking.json",
      "productionUrl": "https://api.worldmonitor.app/api/resilience/v1/get-resilience-ranking"
    },
    {
      "operationId": "GetCountryRisk",
      "method": "GET",
      "path": "/api/intelligence/v1/get-country-risk",
      "summary": "GetCountryRisk",
      "fixture": "https://www.worldmonitor.app/sandbox/get-country-risk.json",
      "productionUrl": "https://api.worldmonitor.app/api/intelligence/v1/get-country-risk"
    },
    {
      "operationId": "GetCountryIntelBrief",
      "method": "GET",
      "path": "/api/intelligence/v1/get-country-intel-brief",
      "summary": "GetCountryIntelBrief",
      "fixture": "https://www.worldmonitor.app/sandbox/get-country-intel-brief.json",
      "productionUrl": "https://api.worldmonitor.app/api/intelligence/v1/get-country-intel-brief"
    },
    {
      "operationId": "ListMarketQuotes",
      "method": "GET",
      "path": "/api/market/v1/list-market-quotes",
      "summary": "ListMarketQuotes",
      "fixture": "https://www.worldmonitor.app/sandbox/list-market-quotes.json",
      "productionUrl": "https://api.worldmonitor.app/api/market/v1/list-market-quotes"
    },
    {
      "operationId": "ListAcledEvents",
      "method": "GET",
      "path": "/api/conflict/v1/list-acled-events",
      "summary": "ListAcledEvents",
      "fixture": "https://www.worldmonitor.app/sandbox/list-acled-events.json",
      "productionUrl": "https://api.worldmonitor.app/api/conflict/v1/list-acled-events"
    },
    {
      "operationId": "GetChokepointStatus",
      "method": "GET",
      "path": "/api/supply-chain/v1/get-chokepoint-status",
      "summary": "GetChokepointStatus",
      "fixture": "https://www.worldmonitor.app/sandbox/get-chokepoint-status.json",
      "productionUrl": "https://api.worldmonitor.app/api/supply-chain/v1/get-chokepoint-status"
    },
    {
      "operationId": "GetForecasts",
      "method": "GET",
      "path": "/api/forecast/v1/get-forecasts",
      "summary": "GetForecasts",
      "fixture": "https://www.worldmonitor.app/sandbox/get-forecasts.json",
      "productionUrl": "https://api.worldmonitor.app/api/forecast/v1/get-forecasts"
    }
  ]
}
