changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "analysis": {
+ "description": "Analysis type identifier",
+ "type": "string"
+ },
+ "complaint_by_product": {
+ "description": "Complaint breakdown by financial product or null if unavailable",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "complaint_leaders": {
+ "description": "Top companies by complaint volume or null if unavailable",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "fdic_industry": {
+ "description": "FDIC banking industry summary or null if unavailable",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "macro_rates": {
+ "description": "Macro economic rates and spreads or null if FRED key not provided",
+ "properties": {
+ "fed_funds_rate": {
+ "description": "Federal funds rate data",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "high_yield_spread": {
+ "description": "High yield credit spread",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "treasury_10y": {
+ "description": "10-year Treasury yield",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "treasury_2y": {
+ "description": "2-year Treasury yield",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "vix": {
+ "description": "VIX volatility index",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "yield_curve_spread": {
+ "description": "10Y-2Y yield curve spread",
+ "type": [
+ "object",
+ "null"
+ ]
+ }
+ },
+ "type": [
+ "object",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "analysis",
+ "complaint_leaders",
+ "complaint_by_product",
+ "fdic_industry",
+ "macro_rates"
+ ],
+ "type": "object"
+}