changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "additionalProperties": false,
+ "properties": {
+ "current": {
+ "additionalProperties": {},
+ "type": "object"
+ },
+ "current_units": {
+ "additionalProperties": {
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "daily": {
+ "additionalProperties": {},
+ "type": "object"
+ },
+ "daily_units": {
+ "additionalProperties": {
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "elevation": {
+ "type": "number"
+ },
+ "generationtime_ms": {
+ "type": "number"
+ },
+ "hourly": {
+ "additionalProperties": {},
+ "type": "object"
+ },
+ "hourly_units": {
+ "additionalProperties": {
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "latitude": {
+ "type": "number"
+ },
+ "longitude": {
+ "type": "number"
+ },
+ "timezone": {
+ "type": "string"
+ },
+ "timezone_abbreviation": {
+ "type": "string"
+ },
+ "utc_offset_seconds": {
+ "type": "number"
+ }
+ },
+ "type": "object"
+}