addedInput schema / examples
Added value: +[
+ {
+ "end_period": "2023-Q4",
+ "flow_ref": "OECD.SDD.NAD,DSD_NAMAIN1@DF_QNA_EXPENDITURE_GROWTH,1.0",
+ "key": "USA.....Q",
+ "start_period": "2020-Q1"
+ },
+ {
+ "end_period": "2024",
+ "flow_ref": "OECD.ELS,DSD_LFS@DF_ALFS_POPULATION,1.0",
+ "key": "",
+ "start_period": "2022"
+ }
+]
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "columns": {
+ "description": "CSV column headers",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "count": {
+ "description": "Number of data rows returned",
+ "type": "number"
+ },
+ "flow_ref": {
+ "description": "The requested SDMX dataflow reference",
+ "type": "string"
+ },
+ "rows": {
+ "description": "Data rows with column names as keys",
+ "items": {
+ "additionalProperties": {
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "source_url": {
+ "description": "URL to OECD data explorer for this flow",
+ "type": "string"
+ },
+ "truncated": {
+ "description": "True if result was limited by row cap",
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "flow_ref",
+ "source_url",
+ "columns",
+ "truncated",
+ "count",
+ "rows"
+ ],
+ "type": "object"
+}