{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-structure/config-put-external-evaluation-request-structure.json", "name": "PutExternalEvaluationRequest", "description": "PutExternalEvaluationRequest schema", "type": "object", "properties": { "ConfigRuleName": { "allOf": [ { "$ref": "#/components/schemas/ConfigRuleName" }, { "description": "The name of the Config rule." } ] }, "ExternalEvaluation": { "allOf": [ { "$ref": "#/components/schemas/ExternalEvaluation" }, { "description": "An ExternalEvaluation object that provides details about compliance." } ] } }, "required": [ "ConfigRuleName", "ExternalEvaluation" ] }