{ "$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-frequency-bandwidth-schema.json", "title": "FrequencyBandwidth", "description": "Object that describes the frequency bandwidth. ", "type": "object", "properties": { "units": { "allOf": [ { "$ref": "#/components/schemas/BandwidthUnits" }, { "description": "Frequency bandwidth units." } ] }, "value": { "allOf": [ { "$ref": "#/components/schemas/Double" }, { "description": "
Frequency bandwidth value. AWS Ground Station currently has the following bandwidth limitations:
For AntennaDownlinkDemodDecodeconfig, valid values are between 125 kHz to 650 MHz.
For AntennaDownlinkconfig, valid values are between 10 kHz to 54 MHz.
For AntennaUplinkConfig, valid values are between 10 kHz to 54 MHz.