changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "elevation": {
+ "description": "Elevation of the location in meters",
+ "type": "number"
+ },
+ "generationtime_ms": {
+ "description": "API response generation time in milliseconds",
+ "type": "number"
+ },
+ "hourly": {
+ "additionalProperties": {
+ "items": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "type": "array"
+ },
+ "description": "Hourly marine forecast data",
+ "properties": {
+ "time": {
+ "description": "ISO 8601 timestamps",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+ },
+ "hourly_units": {
+ "additionalProperties": {
+ "type": "string"
+ },
+ "description": "Units for hourly marine variables",
+ "type": "object"
+ },
+ "latitude": {
+ "description": "Query latitude",
+ "type": "number"
+ },
+ "longitude": {
+ "description": "Query longitude",
+ "type": "number"
+ },
+ "timezone": {
+ "description": "IANA timezone string",
+ "type": "string"
+ },
+ "utc_offset_seconds": {
+ "description": "UTC offset in seconds",
+ "type": "integer"
+ }
+ },
+ "type": "object"
+}