{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/spacex/refs/heads/main/json-structure/spacex-history-structure.json", "name": "SpaceX HistoryEvent", "description": "A historical SpaceX event. Derived from the r-spacex/SpaceX-API mongoose model.", "x-schema-source": "documentation", "x-source-url": "https://github.com/r-spacex/SpaceX-API/tree/master/docs", "type": "object", "properties": { "id": { "type": "string" }, "title": { "type": "string", "nullable": true }, "event_date_utc": { "type": "datetime", "nullable": true }, "event_date_unix": { "type": "int32", "nullable": true }, "details": { "type": "string", "nullable": true }, "links": { "type": "object", "properties": { "article": { "type": "uri", "nullable": true } } } } }