Amazon Ground Station · JSON Structure

Ground Station List Ephemerides Response Structure

ListEphemeridesResponse schema from Amazon Ground Station API

Type: object Properties: 2
Data ProcessingIoTSatellite CommunicationsSpace Technology

ListEphemeridesResponse 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

ephemerides nextToken

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-list-ephemerides-response-structure.json",
  "name": "ListEphemeridesResponse",
  "description": "ListEphemeridesResponse schema from Amazon Ground Station API",
  "type": "object",
  "properties": {
    "ephemerides": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EphemeridesList"
        },
        {
          "description": "List of ephemerides."
        }
      ]
    },
    "nextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PaginationToken"
        },
        {
          "description": "Pagination token."
        }
      ]
    }
  }
}