Skip to content

Commit 6b89a1a

Browse files
pethersCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: James Pether Sörling <pethers@users.noreply.github.com>
1 parent ba56841 commit 6b89a1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

analysis/schemas/economic-data.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
33
"$id": "https://riksdagsmonitor.com/schemas/economic-data.schema.json",
44
"title": "Article economic-data.json",
5-
"description": "Per-article artefact produced by agentic workflows during the pre-article analysis phase. Bridges World Bank / IMF / SCB MCP tool output into the Chart.js-powered 'Economic Context' dashboard emitted by `scripts/data-transformers/content-generators/economic-dashboard-section.ts`. Written to `analysis/daily/YYYY-MM-DD/{analysisSubfolder}/economic-data.json`. Schema v2.0 (additive): adds `source.imf[]` and optional `provider`, `projection`, `projectionVintage` fields on each data point. Schema v1 artefacts (`source` with only `worldBank` and `scb`) remain valid.",
5+
"description": "Per-article artefact produced by agentic workflows during the pre-article analysis phase. Bridges World Bank (MCP), SCB (MCP), and IMF (TypeScript client/CLI) outputs into the Chart.js-powered 'Economic Context' dashboard emitted by `scripts/data-transformers/content-generators/economic-dashboard-section.ts`. Written to `analysis/daily/YYYY-MM-DD/{analysisSubfolder}/economic-data.json`. Schema v2.0 (additive): adds `source.imf[]` and optional `provider`, `projection`, `projectionVintage` fields on each data point. Schema v1 artefacts (`source` with only `worldBank` and `scb`) remain valid.",
66
"type": "object",
77
"additionalProperties": false,
88
"required": ["policyDomains", "dataPoints", "commentary", "source"],

0 commit comments

Comments
 (0)