changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "dataflows": {
+ "description": "Matching dataflows",
+ "items": {
+ "properties": {
+ "agency": {
+ "description": "Agency identifier",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "flow_ref": {
+ "description": "Complete SDMX dataflow reference",
+ "type": "string"
+ },
+ "id": {
+ "description": "Dataflow ID",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "name": {
+ "description": "Dataflow name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "version": {
+ "description": "Dataflow version",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "flow_ref",
+ "agency",
+ "id",
+ "version",
+ "name"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "returned": {
+ "description": "Number of results returned (capped by limit)",
+ "type": "number"
+ },
+ "total_matched": {
+ "description": "Total number of dataflows matching query",
+ "type": "number"
+ }
+ },
+ "required": [
+ "total_matched",
+ "returned",
+ "dataflows"
+ ],
+ "type": "object"
+}