changedOutput schema / (root)
Previous value: -{
- "properties": {
- "country_code": {
- "description": "ISO country code",
- "type": [
- "string",
- "null"
- ]
- },
- "country_name": {
- "description": "Full country name",
- "type": [
- "string",
- "null"
- ]
- },
- "current_time": {
- "description": "Current local time at location",
- "type": [
- "string",
- "null"
- ]
- },
- "dst_offset": {
- "description": "Daylight saving time offset",
- "type": [
- "number",
- "null"
- ]
- },
- "gmt_offset": {
- "description": "Current GMT offset in hours",
- "type": [
- "number",
- "null"
- ]
- },
- "latitude": {
- "description": "Latitude coordinate",
- "type": "number"
- },
- "longitude": {
- "description": "Longitude coordinate",
- "type": "number"
- },
- "raw_offset": {
- "description": "Raw offset from GMT",
- "type": [
- "number",
- "null"
- ]
- },
- "sunrise": {
- "description": "Sunrise time",
- "type": [
- "string",
- "null"
- ]
- },
- "sunset": {
- "description": "Sunset time",
- "type": [
- "string",
- "null"
- ]
- },
- "timezone_id": {
- "description": "IANA timezone identifier",
- "type": [
- "string",
- "null"
- ]
- }
- },
- "required": [
- "timezone_id",
- "gmt_offset",
- "raw_offset",
- "dst_offset",
- "current_time",
- "sunrise",
- "sunset",
- "country_code",
- "country_name",
- "latitude",
- "longitude"
- ],
- "type": "object"
-}New value: +null