changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "case_shiller": {
+ "properties": {
+ "3mo_trend": {
+ "items": {
+ "properties": {
+ "date": {
+ "type": "string"
+ },
+ "value": {
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "current": {
+ "type": "number"
+ },
+ "error": {
+ "type": "string"
+ },
+ "scope": {
+ "enum": [
+ "national"
+ ],
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "construction_employment": {
+ "properties": {
+ "current": {
+ "type": "number"
+ },
+ "error": {
+ "type": "string"
+ },
+ "scope": {
+ "enum": [
+ "national"
+ ],
+ "type": "string"
+ },
+ "trend": {
+ "items": {
+ "properties": {
+ "date": {
+ "type": "string"
+ },
+ "value": {
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "unit": {
+ "enum": [
+ "thousands"
+ ],
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "housing_starts": {
+ "properties": {
+ "3mo_trend": {
+ "items": {
+ "properties": {
+ "date": {
+ "type": "string"
+ },
+ "value": {
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "current": {
+ "description": "Current housing starts value",
+ "type": "number"
+ },
+ "error": {
+ "type": "string"
+ },
+ "scope": {
+ "enum": [
+ "national"
+ ],
+ "type": "string"
+ },
+ "unit": {
+ "enum": [
+ "thousands"
+ ],
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "metro": {
+ "description": "Metro area name (National or requested metro)",
+ "type": "string"
+ },
+ "metro_hpi": {
+ "properties": {
+ "current": {
+ "type": "number"
+ },
+ "error": {
+ "type": "string"
+ },
+ "metro": {
+ "type": "string"
+ },
+ "recent_data": {
+ "items": {
+ "properties": {
+ "date": {
+ "type": "string"
+ },
+ "value": {
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "series": {
+ "description": "FRED series ID",
+ "type": "string"
+ },
+ "trend": {
+ "enum": [
+ "rising",
+ "falling",
+ "stable"
+ ],
+ "type": "string"
+ },
+ "yoy": {
+ "properties": {
+ "change": {
+ "type": "number"
+ },
+ "pctChange": {
+ "type": "number"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+ },
+ "mortgage_rate": {
+ "properties": {
+ "4wk_ago": {
+ "description": "Rate from 4 weeks ago",
+ "type": "number"
+ },
+ "current": {
+ "description": "Current mortgage rate (%)",
+ "type": "number"
+ },
+ "error": {
+ "description": "Error message if unavailable",
+ "type": "string"
+ },
+ "scope": {
+ "enum": [
+ "national"
+ ],
+ "type": "string"
+ },
+ "trend": {
+ "enum": [
+ "rising",
+ "falling",
+ "stable"
+ ],
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "note": {
+ "description": "Data scope note",
+ "type": "string"
+ },
+ "owners_equiv_rent": {
+ "properties": {
+ "current": {
+ "type": "number"
+ },
+ "error": {
+ "type": "string"
+ },
+ "scope": {
+ "enum": [
+ "national"
+ ],
+ "type": "string"
+ },
+ "trend": {
+ "items": {
+ "properties": {
+ "date": {
+ "type": "string"
+ },
+ "value": {
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+ },
+ "snapshot_date": {
+ "description": "ISO date of snapshot",
+ "type": "string"
+ },
+ "unemployment": {
+ "properties": {
+ "current": {
+ "type": "number"
+ },
+ "error": {
+ "type": "string"
+ },
+ "scope": {
+ "enum": [
+ "national"
+ ],
+ "type": "string"
+ },
+ "trend": {
+ "items": {
+ "properties": {
+ "date": {
+ "type": "string"
+ },
+ "value": {
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "required": [
+ "snapshot_date",
+ "metro",
+ "note",
+ "mortgage_rate",
+ "housing_starts",
+ "case_shiller",
+ "unemployment",
+ "owners_equiv_rent",
+ "construction_employment"
+ ],
+ "type": "object"
+}