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

", "type": "object", "properties": { "EvaluationResults": { "allOf": [ { "$ref": "#/components/schemas/EvaluationResults" }, { "description": "Indicates whether the Amazon Web Services resource complies with the specified Config rule." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/NextToken" }, { "description": "The string that you use in a subsequent request to get the next page of results in a paginated response." } ] } } }