Amazon Ground Station · JSON Structure

Ground Station Ephemeris Type Description Structure

Type: object Properties: 2
Data ProcessingIoTSatellite CommunicationsSpace Technology

EphemerisTypeDescription is a JSON Structure definition published by Amazon Ground Station, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

oem tle

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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-type-description-structure.json",
  "name": "EphemerisTypeDescription",
  "description": "<p/>",
  "type": "object",
  "properties": {
    "oem": {
      "$ref": "#/components/schemas/EphemerisDescription"
    },
    "tle": {
      "$ref": "#/components/schemas/EphemerisDescription"
    }
  }
}