changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "analysis": {
+ "description": "Analysis type identifier",
+ "type": "string"
+ },
+ "country_code": {
+ "description": "Country code analyzed",
+ "type": "string"
+ },
+ "top_export_commodities": {
+ "description": "Top 10 exported commodities",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "top_export_partners": {
+ "description": "Top 10 export partner countries",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "top_import_commodities": {
+ "description": "Top 10 imported commodities",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "top_import_partners": {
+ "description": "Top 10 import partner countries",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "year": {
+ "description": "Trade year analyzed",
+ "type": "string"
+ }
+ },
+ "required": [
+ "analysis",
+ "country_code",
+ "year",
+ "top_import_partners",
+ "top_export_partners",
+ "top_import_commodities",
+ "top_export_commodities"
+ ],
+ "type": "object"
+}