{ "$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-compliance-summary-by-config-rule-response-schema.json", "title": "GetComplianceSummaryByConfigRuleResponse", "description": "

", "type": "object", "properties": { "ComplianceSummary": { "allOf": [ { "$ref": "#/components/schemas/ComplianceSummary" }, { "description": "The number of Config rules that are compliant and the number that are noncompliant, up to a maximum of 25 for each." } ] } } }