Amazon Ground Station · JSON Structure

Ground Station Demodulation Config Structure

Information about the demodulation Config.

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

DemodulationConfig 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

unvalidatedJSON

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-demodulation-config-structure.json",
  "name": "DemodulationConfig",
  "description": "Information about the demodulation <code>Config</code>.",
  "type": "object",
  "properties": {
    "unvalidatedJSON": {
      "allOf": [
        {
          "$ref": "#/components/schemas/JsonString"
        },
        {
          "description": "Unvalidated JSON of a demodulation <code>Config</code>."
        }
      ]
    }
  },
  "required": [
    "unvalidatedJSON"
  ]
}