{ "$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 Config." } ] } }, "required": [ "spectrumConfig" ] }