{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-structure/config-compliance-contributor-count-structure.json", "name": "ComplianceContributorCount", "description": "The number of Amazon Web Services resources or Config rules responsible for the current compliance of the item, up to a maximum number.", "type": "object", "properties": { "CappedCount": { "allOf": [ { "$ref": "#/components/schemas/Integer" }, { "description": "The number of Amazon Web Services resources or Config rules responsible for the current compliance of the item." } ] }, "CapExceeded": { "allOf": [ { "$ref": "#/components/schemas/Boolean" }, { "description": "Indicates whether the maximum count is reached." } ] } } }