{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-ground-station/refs/heads/main/json-structure/ground-station-ephemeris-id-response-structure.json", "name": "EphemerisIdResponse", "description": "EphemerisIdResponse schema from Amazon Ground Station API", "type": "object", "properties": { "ephemerisId": { "allOf": [ { "$ref": "#/components/schemas/Uuid" }, { "description": "The AWS Ground Station ephemeris ID." } ] } } }