removedOutput schema / properties / construction
Removed value: -{
- "properties": {
- "current": {
- "type": "number"
- },
- "error": {
- "type": "string"
- },
- "recent_data": {
- "items": {
- "properties": {
- "date": {
- "type": "string"
- },
- "value": {
- "type": "number"
- }
- },
- "type": "object"
- },
- "type": "array"
- },
- "trend": {
- "enum": [
- "rising",
- "falling",
- "stable"
- ],
- "type": "string"
- },
- "unit": {
- "enum": [
- "thousands"
- ],
- "type": "string"
- }
- },
- "type": "object"
-}
addedOutput schema / properties / construction_employment
Added value: +{
+ "properties": {
+ "current": {
+ "description": "Construction employment in thousands",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "error": {
+ "type": "string"
+ },
+ "recent_trend": {
+ "items": {
+ "properties": {
+ "date": {
+ "type": "string"
+ },
+ "value": {
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+}
removedOutput schema / properties / error
Removed value: -{
- "type": "string"
-}
addedOutput schema / properties / job_openings
Added value: +{
+ "properties": {
+ "current": {
+ "description": "Total job openings (thousands)",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "error": {
+ "type": "string"
+ },
+ "recent_trend": {
+ "items": {
+ "properties": {
+ "date": {
+ "type": "string"
+ },
+ "value": {
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+}
removedOutput schema / properties / jolts_hires
Removed value: -{
- "properties": {
- "current": {
- "type": "number"
- },
- "error": {
- "type": "string"
- },
- "recent_data": {
- "items": {
- "properties": {
- "date": {
- "type": "string"
- },
- "value": {
- "type": "number"
- }
- },
- "type": "object"
- },
- "type": "array"
- },
- "trend": {
- "enum": [
- "rising",
- "falling",
- "stable"
- ],
- "type": "string"
- },
- "unit": {
- "enum": [
- "thousands"
- ],
- "type": "string"
- }
- },
- "type": "object"
-}
removedOutput schema / properties / jolts_openings
Removed value: -{
- "properties": {
- "current": {
- "type": "number"
- },
- "error": {
- "type": "string"
- },
- "recent_data": {
- "items": {
- "properties": {
- "date": {
- "type": "string"
- },
- "value": {
- "type": "number"
- }
- },
- "type": "object"
- },
- "type": "array"
- },
- "trend": {
- "enum": [
- "rising",
- "falling",
- "stable"
- ],
- "type": "string"
- },
- "unit": {
- "enum": [
- "thousands"
- ],
- "type": "string"
- }
- },
- "type": "object"
-}
removedOutput schema / properties / residential_building
Removed value: -{
- "properties": {
- "current": {
- "type": "number"
- },
- "error": {
- "type": "string"
- },
- "recent_data": {
- "items": {
- "properties": {
- "date": {
- "type": "string"
- },
- "value": {
- "type": "number"
- }
- },
- "type": "object"
- },
- "type": "array"
- },
- "trend": {
- "enum": [
- "rising",
- "falling",
- "stable"
- ],
- "type": "string"
- },
- "unit": {
- "enum": [
- "thousands"
- ],
- "type": "string"
- }
- },
- "type": "object"
-}
addedOutput schema / properties / residential_building_employment
Added value: +{
+ "properties": {
+ "current": {
+ "description": "Residential building employment in thousands",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "error": {
+ "type": "string"
+ },
+ "recent_trend": {
+ "items": {
+ "properties": {
+ "date": {
+ "type": "string"
+ },
+ "value": {
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+}
addedOutput schema / properties / snapshot_date / description
Added value: +"Today's date in YYYY-MM-DD format"
addedOutput schema / properties / total_employment
Added value: +{
+ "properties": {
+ "current": {
+ "description": "Total employment in thousands",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "error": {
+ "type": "string"
+ },
+ "recent_trend": {
+ "items": {
+ "properties": {
+ "date": {
+ "type": "string"
+ },
+ "value": {
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+}
removedOutput schema / properties / total_nonfarm
Removed value: -{
- "properties": {
- "current": {
- "type": "number"
- },
- "error": {
- "type": "string"
- },
- "recent_data": {
- "items": {
- "properties": {
- "date": {
- "type": "string"
- },
- "value": {
- "type": "number"
- }
- },
- "type": "object"
- },
- "type": "array"
- },
- "trend": {
- "enum": [
- "rising",
- "falling",
- "stable"
- ],
- "type": "string"
- },
- "unit": {
- "enum": [
- "thousands"
- ],
- "type": "string"
- }
- },
- "type": "object"
-}
addedOutput schema / properties / unemployment_rate / properties / current / description
Added value: +"Unemployment rate (percent)"
changedOutput schema / properties / unemployment_rate / properties / current / type
Previous value: -"number"New value: +[
+ "number",
+ "null"
+]
removedOutput schema / properties / unemployment_rate / properties / recent_data
Removed value: -{
- "items": {
- "properties": {
- "date": {
- "type": "string"
- },
- "value": {
- "type": "number"
- }
- },
- "type": "object"
- },
- "type": "array"
-}
addedOutput schema / properties / unemployment_rate / properties / recent_trend
Added value: +{
+ "items": {
+ "properties": {
+ "date": {
+ "type": "string"
+ },
+ "value": {
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+}
removedOutput schema / properties / unemployment_rate / properties / trend
Removed value: -{
- "enum": [
- "rising",
- "falling",
- "stable"
- ],
- "type": "string"
-}
removedOutput schema / properties / unemployment_rate / properties / unit
Removed value: -{
- "enum": [
- "percent"
- ],
- "type": "string"
-}