Amazon Ground Station · JSON Structure

Ground Station Antenna Downlink Config Structure

Information about how AWS Ground Station should configure an antenna for downlink during a contact.

Type: object Properties: 1 Required: 1
Data ProcessingIoTSatellite CommunicationsSpace Technology

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

Properties

spectrumConfig

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-antenna-downlink-config-structure.json",
  "name": "AntennaDownlinkConfig",
  "description": "Information about how AWS Ground Station should configure an antenna for downlink during a contact.",
  "type": "object",
  "properties": {
    "spectrumConfig": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SpectrumConfig"
        },
        {
          "description": "Object that describes a spectral <code>Config</code>."
        }
      ]
    }
  },
  "required": [
    "spectrumConfig"
  ]
}