addedInput schema / examples
Added value: +[
+ {
+ "metros": [
+ "Denver",
+ "Phoenix",
+ "Tampa",
+ "Charlotte"
+ ]
+ },
+ {
+ "_fredKey": "your-housing-intel-api-key",
+ "metros": [
+ "San Francisco",
+ "Los Angeles",
+ "Seattle"
+ ]
+ }
+]
addedOutput schema / properties / error
Added value: +{
+ "description": "Error message if request failed",
+ "type": "string"
+}
changedOutput schema / properties / metros / items / properties / all_time_peak / description
Previous value: -"Peak index value in series history"New value: +"Highest value ever recorded"
removedOutput schema / properties / metros / items / properties / change_12m
Removed value: -{
- "description": "12-month change in index points",
- "type": "number"
-}
addedOutput schema / properties / metros / items / properties / change_12mo
Added value: +{
+ "description": "12-month change in index points",
+ "type": "number"
+}
removedOutput schema / properties / metros / items / properties / change_3m
Removed value: -{
- "description": "3-month change in index points",
- "type": "number"
-}
addedOutput schema / properties / metros / items / properties / change_3mo
Added value: +{
+ "description": "3-month change in index points",
+ "type": "number"
+}
changedOutput schema / properties / metros / items / properties / drawdown_from_peak / description
Previous value: -"Percentage below all-time peak"New value: +"Percent decline from all-time peak"
addedOutput schema / properties / metros / items / properties / pct_change_12mo
Added value: +{
+ "description": "12-month percent change",
+ "type": "number"
+}
addedOutput schema / properties / metros / items / properties / pct_change_3mo
Added value: +{
+ "description": "3-month percent change",
+ "type": "number"
+}
changedOutput schema / properties / metros / items / properties / series_id / description
Previous value: -"FRED series ID"New value: +"FRED series ID (e.g., DNXRSA)"
changedOutput schema / properties / metros / items / properties / softening / description
Previous value: -"True if recent trend shows softening"New value: +"True if 12-month change is negative"
addedOutput schema / properties / metros / items / properties / trend
Added value: +{
+ "description": "Trend label based on recent values",
+ "enum": [
+ "rising",
+ "falling",
+ "stable"
+ ],
+ "type": "string"
+}
removedOutput schema / properties / ranking_note
Removed value: -{
- "description": "Explanation of ranking methodology",
- "type": "string"
-}
changedOutput schema / properties / snapshot_date / description
Previous value: -"ISO date of snapshot"New value: +"Today's date in YYYY-MM-DD format"
removedOutput schema / required
Removed value: -[
- "snapshot_date",
- "metros"
-]