{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-structure/config-resource-evaluation-structure.json", "name": "ResourceEvaluation", "description": "Returns details of a resource evaluation.", "type": "object", "properties": { "ResourceEvaluationId": { "allOf": [ { "$ref": "#/components/schemas/ResourceEvaluationId" }, { "description": "The ResourceEvaluationId of a evaluation." } ] }, "EvaluationMode": { "allOf": [ { "$ref": "#/components/schemas/EvaluationMode" }, { "description": "The mode of an evaluation. The valid values are Detective or Proactive." } ] }, "EvaluationStartTimestamp": { "allOf": [ { "$ref": "#/components/schemas/Date" }, { "description": "The starting time of an execution." } ] } } }