Amazon Ground Station · JSON Structure

Ground Station Ephemeris Id Response Structure

EphemerisIdResponse schema from Amazon Ground Station API

Type: object Properties: 1
Data ProcessingIoTSatellite CommunicationsSpace Technology

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

Properties

ephemerisId

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-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."
        }
      ]
    }
  }
}