File size: 2,193 Bytes
ee888e1 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 | {
"$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": "GetForecasts",
"method": "GET",
"path": "/api/forecast/v1/get-forecasts",
"summary": "GetForecasts",
"productionUrl": "https://api.worldmonitor.app/api/forecast/v1/get-forecasts",
"service": "ForecastService"
},
"request": {
"query": {
"domain": "conflict",
"region": "example",
"jmespath": "keys(@)"
}
},
"response": {
"status": 200,
"body": {
"degraded": true,
"error": "example",
"forecasts": [
{
"calibration": {
"drift": 1.5,
"marketPrice": 75.25,
"marketTitle": "example",
"source": "example"
},
"cascades": [
{
"domain": "example",
"effect": "example",
"probability": 1.5
}
],
"caseFile": {
"actorLenses": [
"example"
],
"actors": [
{
"category": "cs.AI",
"constraints": [
"example"
],
"id": "example-id",
"influenceScore": 42.5,
"likelyActions": [
"example"
]
}
],
"baseCase": "example",
"branches": [
{
"kind": "example",
"outcome": "example",
"projectedProbability": 1.5,
"rounds": [
{}
],
"summary": "Example WorldMonitor observation."
}
],
"changeItems": [
"example"
]
},
"confidence": 0.82,
"createdAt": 1717200000000
}
],
"generatedAt": 1717200000000,
"stale": true
}
}
}
|