changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "frequency": {
+ "description": "Data frequency description",
+ "type": "string"
+ },
+ "frequency_short": {
+ "description": "Abbreviated frequency code",
+ "type": "string"
+ },
+ "last_updated": {
+ "description": "Last update timestamp",
+ "type": "string"
+ },
+ "notes": {
+ "description": "Additional notes and methodology",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "observation_end": {
+ "description": "Latest available observation date",
+ "type": "string"
+ },
+ "observation_start": {
+ "description": "First available observation date",
+ "type": "string"
+ },
+ "popularity": {
+ "description": "Series popularity score",
+ "type": "number"
+ },
+ "seasonal_adjustment": {
+ "description": "Seasonal adjustment description",
+ "type": "string"
+ },
+ "seasonal_adjustment_short": {
+ "description": "Abbreviated seasonal adjustment code",
+ "type": "string"
+ },
+ "series_id": {
+ "description": "FRED series ID",
+ "type": "string"
+ },
+ "title": {
+ "description": "Full title of the series",
+ "type": "string"
+ },
+ "units": {
+ "description": "Units of measurement",
+ "type": "string"
+ },
+ "units_short": {
+ "description": "Abbreviated units",
+ "type": "string"
+ }
+ },
+ "required": [
+ "series_id",
+ "title",
+ "units",
+ "units_short",
+ "frequency",
+ "frequency_short",
+ "seasonal_adjustment",
+ "seasonal_adjustment_short",
+ "observation_start",
+ "observation_end",
+ "last_updated",
+ "popularity",
+ "notes"
+ ],
+ "type": "object"
+}