GenerAI / worldmonitor /public /sandbox /get-forecasts.json
amogaddy's picture
Integra World Monitor (AGPL-3.0, self-hosted) nello Space: pagina, menu, e arricchimento notizie per la AI (part 4)
ee888e1 verified
Raw
History Blame Contribute Delete
2.19 kB
{
"$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
}
}
}