changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "analysis": {
+ "description": "Analysis type identifier",
+ "type": "string"
+ },
+ "bank_name": {
+ "description": "Bank name analyzed",
+ "type": "string"
+ },
+ "consumer_complaints": {
+ "description": "CFPB consumer complaints against bank or null if unavailable",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "financials": {
+ "description": "Bank financial statements or null if not found/unavailable",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "industry_summary": {
+ "description": "FDIC industry summary statistics or null if unavailable",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "institution_search": {
+ "description": "FDIC institution search results or null if unavailable",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "recent_failures_industry": {
+ "description": "Recent banking industry failures or null if unavailable",
+ "type": [
+ "object",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "analysis",
+ "bank_name",
+ "institution_search",
+ "financials",
+ "recent_failures_industry",
+ "consumer_complaints",
+ "industry_summary"
+ ],
+ "type": "object"
+}