changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "alerts": {
+ "description": "Weather alerts",
+ "items": {
+ "properties": {
+ "description": {
+ "description": "Alert description",
+ "type": "string"
+ },
+ "expires": {
+ "description": "Alert expiration time",
+ "type": "integer"
+ },
+ "regions": {
+ "description": "Affected regions",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "severity": {
+ "description": "Alert severity",
+ "type": "string"
+ },
+ "time": {
+ "description": "Alert issue time",
+ "type": "integer"
+ },
+ "title": {
+ "description": "Alert title",
+ "type": "string"
+ },
+ "uri": {
+ "description": "Alert URI",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "currently": {
+ "description": "Current weather conditions",
+ "properties": {
+ "apparentTemperature": {
+ "description": "Apparent/feels-like temperature",
+ "type": "number"
+ },
+ "cloudCover": {
+ "description": "Cloud cover as decimal 0-1",
+ "type": "number"
+ },
+ "dewPoint": {
+ "description": "Dew point temperature",
+ "type": "number"
+ },
+ "humidity": {
+ "description": "Humidity as decimal 0-1",
+ "type": "number"
+ },
+ "icon": {
+ "description": "Weather icon identifier",
+ "type": "string"
+ },
+ "precipIntensity": {
+ "description": "Precipitation intensity",
+ "type": "number"
+ },
+ "precipProbability": {
+ "description": "Precipitation probability 0-1",
+ "type": "number"
+ },
+ "precipType": {
+ "description": "Type of precipitation",
+ "type": "string"
+ },
+ "pressure": {
+ "description": "Barometric pressure",
+ "type": "number"
+ },
+ "summary": {
+ "description": "Human-readable weather summary",
+ "type": "string"
+ },
+ "temperature": {
+ "description": "Current temperature",
+ "type": "number"
+ },
+ "time": {
+ "description": "Unix timestamp",
+ "type": "integer"
+ },
+ "uvIndex": {
+ "description": "UV index",
+ "type": "number"
+ },
+ "visibility": {
+ "description": "Visibility distance",
+ "type": "number"
+ },
+ "windBearing": {
+ "description": "Wind direction in degrees",
+ "type": "number"
+ },
+ "windGust": {
+ "description": "Wind gust speed",
+ "type": "number"
+ },
+ "windSpeed": {
+ "description": "Wind speed",
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "daily": {
+ "description": "Daily forecast",
+ "properties": {
+ "data": {
+ "description": "Array of daily forecasts",
+ "items": {
+ "properties": {
+ "apparentTemperatureMax": {
+ "description": "Maximum apparent temperature",
+ "type": "number"
+ },
+ "apparentTemperatureMin": {
+ "description": "Minimum apparent temperature",
+ "type": "number"
+ },
+ "cloudCover": {
+ "description": "Cloud cover 0-1",
+ "type": "number"
+ },
+ "dewPoint": {
+ "description": "Dew point",
+ "type": "number"
+ },
+ "humidity": {
+ "description": "Humidity 0-1",
+ "type": "number"
+ },
+ "icon": {
+ "description": "Weather icon",
+ "type": "string"
+ },
+ "precipAccumulation": {
+ "description": "Total precipitation",
+ "type": "number"
+ },
+ "precipIntensity": {
+ "description": "Precipitation intensity",
+ "type": "number"
+ },
+ "precipIntensityMax": {
+ "description": "Max precipitation intensity",
+ "type": "number"
+ },
+ "precipIntensityMaxTime": {
+ "description": "Time of max precipitation",
+ "type": "integer"
+ },
+ "precipProbability": {
+ "description": "Precipitation probability",
+ "type": "number"
+ },
+ "precipType": {
+ "description": "Type of precipitation",
+ "type": "string"
+ },
+ "pressure": {
+ "description": "Pressure",
+ "type": "number"
+ },
+ "summary": {
+ "description": "Weather summary",
+ "type": "string"
+ },
+ "sunriseTime": {
+ "description": "Sunrise time",
+ "type": "integer"
+ },
+ "sunsetTime": {
+ "description": "Sunset time",
+ "type": "integer"
+ },
+ "temperatureMax": {
+ "description": "Maximum temperature",
+ "type": "number"
+ },
+ "temperatureMin": {
+ "description": "Minimum temperature",
+ "type": "number"
+ },
+ "time": {
+ "description": "Unix timestamp",
+ "type": "integer"
+ },
+ "uvIndex": {
+ "description": "Max UV index",
+ "type": "number"
+ },
+ "visibility": {
+ "description": "Visibility",
+ "type": "number"
+ },
+ "windBearing": {
+ "description": "Wind bearing",
+ "type": "number"
+ },
+ "windGust": {
+ "description": "Wind gust",
+ "type": "number"
+ },
+ "windSpeed": {
+ "description": "Wind speed",
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "icon": {
+ "description": "Weather icon",
+ "type": "string"
+ },
+ "summary": {
+ "description": "Summary for daily period",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "flags": {
+ "description": "Request flags and data sources",
+ "type": "object"
+ },
+ "hourly": {
+ "description": "Hourly forecast",
+ "properties": {
+ "data": {
+ "description": "Array of hourly forecasts",
+ "items": {
+ "properties": {
+ "apparentTemperature": {
+ "description": "Apparent temperature",
+ "type": "number"
+ },
+ "cloudCover": {
+ "description": "Cloud cover 0-1",
+ "type": "number"
+ },
+ "dewPoint": {
+ "description": "Dew point",
+ "type": "number"
+ },
+ "humidity": {
+ "description": "Humidity 0-1",
+ "type": "number"
+ },
+ "icon": {
+ "description": "Weather icon",
+ "type": "string"
+ },
+ "precipIntensity": {
+ "description": "Precipitation intensity",
+ "type": "number"
+ },
+ "precipProbability": {
+ "description": "Precipitation probability",
+ "type": "number"
+ },
+ "precipType": {
+ "description": "Type of precipitation",
+ "type": "string"
+ },
+ "pressure": {
+ "description": "Pressure",
+ "type": "number"
+ },
+ "summary": {
+ "description": "Weather summary",
+ "type": "string"
+ },
+ "temperature": {
+ "description": "Temperature",
+ "type": "number"
+ },
+ "time": {
+ "description": "Unix timestamp",
+ "type": "integer"
+ },
+ "uvIndex": {
+ "description": "UV index",
+ "type": "number"
+ },
+ "visibility": {
+ "description": "Visibility",
+ "type": "number"
+ },
+ "windBearing": {
+ "description": "Wind bearing degrees",
+ "type": "number"
+ },
+ "windGust": {
+ "description": "Wind gust",
+ "type": "number"
+ },
+ "windSpeed": {
+ "description": "Wind speed",
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "icon": {
+ "description": "Weather icon for period",
+ "type": "string"
+ },
+ "summary": {
+ "description": "Summary for hourly period",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "latitude": {
+ "description": "Latitude of the forecast location",
+ "type": "number"
+ },
+ "longitude": {
+ "description": "Longitude of the forecast location",
+ "type": "number"
+ },
+ "minutely": {
+ "description": "Minute-by-minute forecast",
+ "properties": {
+ "data": {
+ "description": "Array of minute forecasts",
+ "items": {
+ "properties": {
+ "precipIntensity": {
+ "description": "Precipitation intensity",
+ "type": "number"
+ },
+ "precipProbability": {
+ "description": "Precipitation probability",
+ "type": "number"
+ },
+ "precipType": {
+ "description": "Type of precipitation",
+ "type": "string"
+ },
+ "time": {
+ "description": "Unix timestamp",
+ "type": "integer"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "icon": {
+ "description": "Weather icon for period",
+ "type": "string"
+ },
+ "summary": {
+ "description": "Summary for minutely period",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "timezone": {
+ "description": "Timezone of the location",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}