changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "description": "GFS/ECMWF grid forecast response",
+ "properties": {
+ "daily": {
+ "description": "Daily grid forecast",
+ "properties": {
+ "data": {
+ "description": "Array of daily forecasts",
+ "items": {
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+ },
+ "hourly": {
+ "description": "Hourly grid forecast",
+ "properties": {
+ "data": {
+ "description": "Array of hourly forecasts",
+ "items": {
+ "properties": {
+ "ceilingHeight": {
+ "description": "Ceiling height",
+ "type": "number"
+ },
+ "cloudCover": {
+ "description": "Cloud cover percentage",
+ "type": "number"
+ },
+ "dewpoint": {
+ "description": "Dew point",
+ "type": "number"
+ },
+ "precipitationRate": {
+ "description": "Precipitation rate",
+ "type": "number"
+ },
+ "pressure": {
+ "description": "Pressure",
+ "type": "number"
+ },
+ "relativeHumidity": {
+ "description": "Relative humidity",
+ "type": "number"
+ },
+ "temperature": {
+ "description": "Temperature",
+ "type": "number"
+ },
+ "time": {
+ "description": "Unix timestamp",
+ "type": "integer"
+ },
+ "visibility": {
+ "description": "Visibility",
+ "type": "number"
+ },
+ "windDirection": {
+ "description": "Wind direction degrees",
+ "type": "number"
+ },
+ "windGust": {
+ "description": "Wind gust speed",
+ "type": "number"
+ },
+ "windSpeed": {
+ "description": "Wind speed",
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+ },
+ "latitude": {
+ "description": "Latitude of forecast point",
+ "type": "number"
+ },
+ "longitude": {
+ "description": "Longitude of forecast point",
+ "type": "number"
+ },
+ "timezone": {
+ "description": "Timezone of location",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}