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