{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-schema/config-evaluation-context-schema.json", "title": "EvaluationContext", "description": "Use EvaluationContext to group independently initiated proactive resource evaluations. For example, CFN Stack. If you want to check just a resource definition, you do not need to provide evaluation context.", "type": "object", "properties": { "EvaluationContextIdentifier": { "allOf": [ { "$ref": "#/components/schemas/EvaluationContextIdentifier" }, { "description": "A unique EvaluationContextIdentifier ID for an EvaluationContext." } ] } } }