{ "$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-recorders-response-structure.json", "name": "DescribeConfigurationRecordersResponse", "description": "The output for the DescribeConfigurationRecorders action.", "type": "object", "properties": { "ConfigurationRecorders": { "allOf": [ { "$ref": "#/components/schemas/ConfigurationRecorderList" }, { "description": "A list that contains the descriptions of the specified configuration recorders." } ] } } }