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