addedOutput schema / properties / all_series
Added value: +{
+ "items": {
+ "properties": {
+ "cadence": {
+ "type": "string"
+ },
+ "current": {
+ "type": "number"
+ },
+ "label": {
+ "type": "string"
+ },
+ "observation_date": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "periodChange": {
+ "type": "number"
+ },
+ "series": {
+ "type": "string"
+ },
+ "signal_count": {
+ "type": "number"
+ },
+ "trend": {
+ "type": "string"
+ },
+ "yoy": {
+ "properties": {
+ "change": {
+ "type": "number"
+ },
+ "pctChange": {
+ "type": "number"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+}
addedOutput schema / properties / flagged_count
Added value: +{
+ "type": "number"
+}
addedOutput schema / properties / flagged_series
Added value: +{
+ "items": {
+ "properties": {
+ "cadence": {
+ "type": "string"
+ },
+ "current": {
+ "type": "number"
+ },
+ "label": {
+ "type": "string"
+ },
+ "observation_date": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "periodChange": {
+ "type": "number"
+ },
+ "prior": {
+ "type": "number"
+ },
+ "series": {
+ "type": "string"
+ },
+ "signals": {
+ "items": {
+ "properties": {
+ "message": {
+ "type": "string"
+ },
+ "type": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "trend": {
+ "type": "string"
+ },
+ "yoy": {
+ "properties": {
+ "change": {
+ "type": "number"
+ },
+ "pctChange": {
+ "type": "number"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+}
addedOutput schema / properties / freshness
Added value: +{
+ "properties": {
+ "as_of": {
+ "type": "string"
+ },
+ "oldest_component": {
+ "properties": {
+ "cadence": {
+ "type": "string"
+ },
+ "observation_date": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "series": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "span_days": {
+ "type": "number"
+ },
+ "statement": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+}
changedOutput schema / properties / scan_date / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
addedOutput schema / properties / signals / items / properties / cadence
Added value: +{
+ "type": "string"
+}
removedOutput schema / properties / signals / items / properties / indicator
Removed value: -{
- "description": "Name of the housing indicator",
- "type": "string"
-}
addedOutput schema / properties / signals / items / properties / observation_date
Added value: +{
+ "type": [
+ "string",
+ "null"
+ ]
+}
addedOutput schema / properties / signals / items / properties / series
Added value: +{
+ "type": "string"
+}
removedOutput schema / properties / signals / items / properties / type / enum
Removed value: -[
- "reversal",
- "unusual",
- "accelerating",
- "turn",
- "extreme"
-]
addedOutput schema / properties / total_series_scanned
Added value: +{
+ "type": "number"
+}