{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-structure/config-describe-configuration-recorder-status-response-structure.json", "name": "DescribeConfigurationRecorderStatusResponse", "description": "The output for the DescribeConfigurationRecorderStatus action, in JSON format.", "type": "object", "properties": { "ConfigurationRecordersStatus": { "allOf": [ { "$ref": "#/components/schemas/ConfigurationRecorderStatusList" }, { "description": "A list that contains status of the specified recorders." } ] } } }