{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/abstract-api/refs/heads/main/json-structure/ip-intelligence-timezone-info-structure.json", "name": "TimezoneInfo", "description": "TimezoneInfo schema from Abstract API ip-intelligence", "type": "object", "properties": { "name": { "type": "string", "example": "America/Los_Angeles" }, "abbreviation": { "type": "string", "example": "PST" }, "utc_offset": { "type": "int32", "example": -8 }, "local_time": { "type": "string", "example": "2026-04-19T10:30:00" }, "is_dst": { "type": "boolean", "example": false } } }