removedOutput schema / properties / affordability_date
Removed value: -{
- "description": "Today's date in YYYY-MM-DD format",
- "type": "string"
-}
removedOutput schema / properties / annual_income_needed
Removed value: -{
- "description": "Required annual income (at 28% housing expense ratio)",
- "type": [
- "number",
- "null"
- ]
-}
changedOutput schema / properties / avg_hourly_earnings / description
Previous value: -"Average hourly earnings for production/nonsup workers (USD)"New value: +"Average hourly earnings for production/nonsup workers (USD) (type varies; observed both null and non-null)"
removedOutput schema / properties / avg_hourly_earnings / type
Removed value: -[
- "number",
- "null"
-]
addedOutput schema / properties / avg_hourly_earnings_as_of
Added value: +{
+ "description": "(type varies; observed both null and non-null)"
+}
addedOutput schema / properties / case_shiller_index
Added value: +{
+ "type": "number"
+}
addedOutput schema / properties / case_shiller_index_as_of
Added value: +{
+ "type": [
+ "string",
+ "null"
+ ]
+}
changedOutput schema / properties / estimated_monthly_payment / type
Previous value: -[
- "number",
- "null"
-]New value: +"number"
addedOutput schema / properties / freshness
Added value: +{
+ "properties": {
+ "as_of": {
+ "type": "string"
+ },
+ "components": {
+ "items": {
+ "properties": {
+ "age_days": {
+ "type": "number"
+ },
+ "cadence": {
+ "type": "string"
+ },
+ "component": {
+ "type": "string"
+ },
+ "observation_date": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "newest_component": {
+ "type": "string"
+ },
+ "newest_observation_date": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "oldest_age_days": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "oldest_component": {
+ "type": "string"
+ },
+ "oldest_observation_date": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "span_days": {
+ "type": "number"
+ },
+ "statement": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+}
removedOutput schema / properties / hud_income_limits / oneOf
Removed value: -[
- {
- "properties": {
- "areas": {
- "description": "HUD income limit areas (metro/county, up to 10)",
- "items": {
- "properties": {
- "ami": {
- "description": "Area median income (USD)",
- "type": [
- "number",
- "null"
- ]
- },
- "ami_percent": {
- "description": "Area median income percentage",
- "type": [
- "number",
- "null"
- ]
- },
- "area_name": {
- "type": [
- "string",
- "null"
- ]
- },
- "limit_120": {
- "description": "120% AMI income limit (USD)",
- "type": [
- "number",
- "null"
- ]
- },
- "limit_30": {
- "description": "30% AMI income limit (USD)",
- "type": [
- "number",
- "null"
- ]
- },
- "limit_50": {
- "description": "50% AMI income limit (USD)",
- "type": [
- "number",
- "null"
- ]
- },
- "limit_80": {
- "description": "80% AMI income limit (USD)",
- "type": [
- "number",
- "null"
- ]
- }
- },
- "type": "object"
- },
- "type": "array"
- },
- "state": {
- "description": "State code",
- "type": "string"
- },
- "year": {
- "description": "Income limit year",
- "type": "string"
- }
- },
- "type": "object"
- },
- {
- "properties": {
- "error": {
- "type": "string"
- }
- },
- "type": "object"
- }
-]
addedOutput schema / properties / hud_income_limits / properties
Added value: +{
+ "extremely_low_4person": {
+ "type": "number"
+ },
+ "low_4person": {
+ "type": "number"
+ },
+ "median_income": {
+ "type": "number"
+ },
+ "note": {
+ "type": "string"
+ },
+ "state": {
+ "type": "string"
+ },
+ "very_low_4person": {
+ "type": "number"
+ },
+ "year": {
+ "type": "string"
+ }
+}
addedOutput schema / properties / hud_income_limits / type
Added value: +"object"
addedOutput schema / properties / hud_income_limits_note
Added value: +{
+ "type": "null"
+}
addedOutput schema / properties / income_needed
Added value: +{
+ "type": "number"
+}
addedOutput schema / properties / income_needed_note
Added value: +{
+ "type": "string"
+}
removedOutput schema / properties / market
Removed value: -{
- "description": "Market identifier (metro or 'National')",
- "type": "string"
-}
addedOutput schema / properties / median_home_price_as_of
Added value: +{
+ "type": [
+ "string",
+ "null"
+ ]
+}
addedOutput schema / properties / median_home_price_note
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / metro_hpi / properties / cadence
Added value: +{
+ "type": "string"
+}
removedOutput schema / properties / metro_hpi / properties / current / description
Removed value: -"Latest metro HPI value"
removedOutput schema / properties / metro_hpi / properties / error
Removed value: -{
- "type": "string"
-}
addedOutput schema / properties / metro_hpi / properties / metro
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / metro_hpi / properties / observation_date
Added value: +{
+ "type": [
+ "string",
+ "null"
+ ]
+}
removedOutput schema / properties / metro_hpi / properties / series / description
Removed value: -"FRED FHFA HPI series ID"
removedOutput schema / properties / metro_hpi / properties / trend / enum
Removed value: -[
- "rising",
- "falling",
- "stable"
-]
changedOutput schema / properties / metro_hpi / type
Previous value: -[
- "object",
- "null"
-]New value: +[
+ "null",
+ "object"
+]
addedOutput schema / properties / mortgage_rate_as_of
Added value: +{
+ "type": [
+ "string",
+ "null"
+ ]
+}
addedOutput schema / properties / state_resolved
Added value: +{
+ "type": "string"
+}