AntennaDownlinkConfig

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

Data ProcessingIoTSatellite CommunicationsSpace Technology

Properties

Name Type Description
spectrumConfig object
View JSON Schema on GitHub

JSON Schema

ground-station-antenna-downlink-config-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-ground-station/refs/heads/main/json-schema/ground-station-antenna-downlink-config-schema.json",
  "title": "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"
  ]
}