{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/1password/refs/heads/main/json-structure/1password-events-event-location-structure.json", "name": "EventLocation", "description": "Geographic location information associated with an event.", "type": "object", "properties": { "country": { "type": "string", "description": "The two-letter ISO country code.", "minLength": 2, "maxLength": 2 }, "region": { "type": "string", "description": "The region or state." }, "city": { "type": "string", "description": "The city name." }, "latitude": { "type": "double", "description": "The latitude coordinate." }, "longitude": { "type": "double", "description": "The longitude coordinate." } } }