{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/alaska-air/refs/heads/main/json-structure/alaska-air-cargo-tracking-event-structure.json", "name": "TrackingEvent", "type": "object", "description": "A cargo tracking event", "properties": { "timestamp": { "type": "datetime", "description": "Event timestamp", "example": "2026-04-20T10:30:00-07:00" }, "location": { "type": "string", "description": "Location IATA code", "example": "SEA" }, "event": { "type": "string", "description": "Event type", "example": "Accepted" }, "description": { "type": "string", "description": "Event description", "example": "Shipment accepted at Seattle" } } }