changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "dataflows": {
+ "description": "Matching dataflow objects",
+ "items": {
+ "properties": {
+ "flow_ref": {
+ "description": "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",
+ "id",
+ "version",
+ "name"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "returned": {
+ "description": "Number of flows in this response",
+ "type": "number"
+ },
+ "total_matched": {
+ "description": "Total flows matching query",
+ "type": "number"
+ }
+ },
+ "required": [
+ "total_matched",
+ "returned",
+ "dataflows"
+ ],
+ "type": "object"
+}