removedOutput schema / properties / periods / items / properties / dewpoint
Removed value: -{
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "description": "Dewpoint in Celsius (hourly only)"
-}
addedOutput schema / properties / periods / items / properties / dewpointC
Added value: +{
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Dewpoint in Celsius (hourly only)"
+}
removedOutput schema / properties / periods / items / properties / precipChance
Removed value: -{
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "description": "Probability of precipitation (%)"
-}
addedOutput schema / properties / periods / items / properties / precipChancePct
Added value: +{
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Probability of precipitation in percent (0-100)"
+}
removedOutput schema / properties / periods / items / properties / relativeHumidity
Removed value: -{
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "description": "Relative humidity % (hourly only)"
-}
addedOutput schema / properties / periods / items / properties / relativeHumidityPct
Added value: +{
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Relative humidity in percent (0-100, hourly only)"
+}
changedOutput schema / properties / periods / items / required
Previous value: -[
- "name",
- "startTime",
- "endTime",
- "temperature",
- "temperatureUnit",
- "windSpeed",
- "windDirection",
- "shortForecast",
- "detailedForecast",
- "precipChance",
- "dewpoint",
- "relativeHumidity"
-]New value: +[
+ "name",
+ "startTime",
+ "endTime",
+ "temperature",
+ "temperatureUnit",
+ "windSpeed",
+ "windDirection",
+ "shortForecast",
+ "detailedForecast",
+ "precipChancePct",
+ "dewpointC",
+ "relativeHumidityPct"
+]