{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-structure/config-get-conformance-pack-compliance-summary-response-structure.json", "name": "GetConformancePackComplianceSummaryResponse", "description": "GetConformancePackComplianceSummaryResponse schema", "type": "object", "properties": { "ConformancePackComplianceSummaryList": { "allOf": [ { "$ref": "#/components/schemas/ConformancePackComplianceSummaryList" }, { "description": "A list of ConformancePackComplianceSummary objects. " } ] }, "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." } ] } } }