removedOutput schema / properties / barometricPressure
Removed value: -{
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "description": "Barometric pressure in Pascals"
-}
addedOutput schema / properties / barometricPressurePa
Added value: +{
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Barometric pressure in Pascals"
+}
removedOutput schema / properties / cloudLayers / items / properties / base
Removed value: -{
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "description": "Cloud base height in meters"
-}
addedOutput schema / properties / cloudLayers / items / properties / baseM
Added value: +{
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Cloud base height in meters"
+}
changedOutput schema / properties / cloudLayers / items / required
Previous value: -[
- "amount",
- "base"
-]New value: +[
+ "amount",
+ "baseM"
+]
removedOutput schema / properties / dewpoint
Removed value: -{
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "description": "Dewpoint in Celsius"
-}
addedOutput schema / properties / dewpointC
Added value: +{
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Dewpoint in Celsius"
+}
removedOutput schema / properties / heatIndex
Removed value: -{
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "description": "Heat index in Celsius"
-}
addedOutput schema / properties / heatIndexC
Added value: +{
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Heat index in Celsius"
+}
removedOutput schema / properties / relativeHumidity
Removed value: -{
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "description": "Relative humidity (%)"
-}
addedOutput schema / properties / relativeHumidityPct
Added value: +{
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Relative humidity in percent (0-100)"
+}
removedOutput schema / properties / temperature
Removed value: -{
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "description": "Temperature in Celsius"
-}
addedOutput schema / properties / temperatureC
Added value: +{
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Temperature in Celsius"
+}
removedOutput schema / properties / visibility
Removed value: -{
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "description": "Visibility in meters"
-}
addedOutput schema / properties / visibilityM
Added value: +{
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Visibility in meters"
+}
removedOutput schema / properties / windChill
Removed value: -{
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "description": "Wind chill in Celsius"
-}
addedOutput schema / properties / windChillC
Added value: +{
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Wind chill in Celsius"
+}
removedOutput schema / properties / windDirection
Removed value: -{
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "description": "Wind direction in degrees"
-}
addedOutput schema / properties / windDirectionDeg
Added value: +{
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Wind direction in degrees (0-360)"
+}
removedOutput schema / properties / windGust
Removed value: -{
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "description": "Wind gust in km/h"
-}
addedOutput schema / properties / windGustKmh
Added value: +{
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Wind gust in km/h"
+}
removedOutput schema / properties / windSpeed
Removed value: -{
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "description": "Wind speed in km/h"
-}
addedOutput schema / properties / windSpeedKmh
Added value: +{
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Wind speed in km/h"
+}
changedOutput schema / required
Previous value: -[
- "stationId",
- "stationName",
- "timestamp",
- "timeZone",
- "textDescription",
- "temperature",
- "dewpoint",
- "windSpeed",
- "windDirection",
- "windGust",
- "barometricPressure",
- "visibility",
- "relativeHumidity",
- "heatIndex",
- "windChill",
- "cloudLayers"
-]New value: +[
+ "stationId",
+ "stationName",
+ "timestamp",
+ "timeZone",
+ "textDescription",
+ "temperatureC",
+ "dewpointC",
+ "windSpeedKmh",
+ "windDirectionDeg",
+ "windGustKmh",
+ "barometricPressurePa",
+ "visibilityM",
+ "relativeHumidityPct",
+ "heatIndexC",
+ "windChillC",
+ "cloudLayers"
+]