{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-ground-station/refs/heads/main/json-schema/ground-station-ephemeris-data-schema.json", "title": "EphemerisData", "description": "Ephemeris data.", "type": "object", "properties": { "oem": { "$ref": "#/components/schemas/OEMEphemeris" }, "tle": { "$ref": "#/components/schemas/TLEEphemeris" } } }