{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-schema/config-get-aggregate-resource-config-response-schema.json", "title": "GetAggregateResourceConfigResponse", "description": "GetAggregateResourceConfigResponse schema", "type": "object", "properties": { "ConfigurationItem": { "allOf": [ { "$ref": "#/components/schemas/ConfigurationItem" }, { "description": "Returns a ConfigurationItem object." } ] } } }