{ "$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-conformance-pack-compliance-summary-response-schema.json", "title": "GetAggregateConformancePackComplianceSummaryResponse", "description": "GetAggregateConformancePackComplianceSummaryResponse schema", "type": "object", "properties": { "AggregateConformancePackComplianceSummaries": { "allOf": [ { "$ref": "#/components/schemas/AggregateConformancePackComplianceSummaryList" }, { "description": "Returns a list of AggregateConformancePackComplianceSummary object." } ] }, "GroupByKey": { "allOf": [ { "$ref": "#/components/schemas/StringWithCharLimit256" }, { "description": "Groups the result based on Amazon Web Services account ID or Amazon Web Services Region." } ] }, "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." } ] } } }