{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-structure/config-conformance-pack-compliance-summary-structure.json", "name": "ConformancePackComplianceSummary", "description": "Summary includes the name and status of the conformance pack.", "type": "object", "properties": { "ConformancePackName": { "allOf": [ { "$ref": "#/components/schemas/ConformancePackName" }, { "description": "The name of the conformance pack name." } ] }, "ConformancePackComplianceStatus": { "allOf": [ { "$ref": "#/components/schemas/ConformancePackComplianceType" }, { "description": "The status of the conformance pack." } ] } }, "required": [ "ConformancePackName", "ConformancePackComplianceStatus" ] }