{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-schema/config-conformance-pack-compliance-score-schema.json", "title": "ConformancePackComplianceScore", "description": "A compliance score is the percentage of the number of compliant rule-resource combinations in a conformance pack compared to the number of total possible rule-resource combinations in the conformance pack. This metric provides you with a high-level view of the compliance state of your conformance packs. You can use it to identify, investigate, and understand the level of compliance in your conformance packs.", "type": "object", "properties": { "Score": { "allOf": [ { "$ref": "#/components/schemas/ComplianceScore" }, { "description": "Compliance score for the conformance pack. Conformance packs with no evaluation results will have a compliance score of INSUFFICIENT_DATA." } ] }, "ConformancePackName": { "allOf": [ { "$ref": "#/components/schemas/ConformancePackName" }, { "description": "The name of the conformance pack." } ] }, "LastUpdatedTime": { "allOf": [ { "$ref": "#/components/schemas/LastUpdatedTime" }, { "description": "The time that the conformance pack compliance score was last updated." } ] } } }