{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-structure/config-get-resource-evaluation-summary-request-structure.json", "name": "GetResourceEvaluationSummaryRequest", "description": "GetResourceEvaluationSummaryRequest schema", "type": "object", "properties": { "ResourceEvaluationId": { "allOf": [ { "$ref": "#/components/schemas/ResourceEvaluationId" }, { "description": "The unique ResourceEvaluationId of Amazon Web Services resource execution for which you want to retrieve the evaluation summary." } ] } }, "required": [ "ResourceEvaluationId" ] }