{ "$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-compliance-details-by-config-rule-response-schema.json", "title": "GetAggregateComplianceDetailsByConfigRuleResponse", "description": "GetAggregateComplianceDetailsByConfigRuleResponse schema", "type": "object", "properties": { "AggregateEvaluationResults": { "allOf": [ { "$ref": "#/components/schemas/AggregateEvaluationResultList" }, { "description": "Returns an AggregateEvaluationResults object." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/NextToken" }, { "description": "The nextToken string returned on a previous page that you use to get the next page of results in a paginated response." } ] } } }