changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "analysis": {
+ "description": "Analysis type identifier",
+ "type": "string"
+ },
+ "customs_revenue": {
+ "description": "US customs revenue from Treasury",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "exchange_rates": {
+ "description": "Exchange rates from Treasury",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "fred_macro": {
+ "description": "FRED macro series if API key provided",
+ "properties": {
+ "dollar_index": {
+ "description": "Trade-weighted dollar index (DTWEXBGS)",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "exports_goods_services": {
+ "description": "Exports of goods and services (EXPGS)",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "goods_services_balance": {
+ "description": "Goods and services balance (BOPGSTB)",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "imports_goods_services": {
+ "description": "Imports of goods and services (IMPGS)",
+ "type": [
+ "object",
+ "null"
+ ]
+ }
+ },
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "price_indices": {
+ "description": "BLS import/export price indices",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "trade_balance": {
+ "description": "US trade balance from Census",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "trade_trends": {
+ "description": "12-month trade trends from Census",
+ "type": [
+ "object",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "analysis",
+ "customs_revenue",
+ "exchange_rates",
+ "trade_balance",
+ "trade_trends",
+ "fred_macro",
+ "price_indices"
+ ],
+ "type": "object"
+}