{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-structure/config-remediation-execution-state-structure.json", "name": "RemediationExecutionState", "description": "RemediationExecutionState schema", "type": "string", "enum": [ "QUEUED", "IN_PROGRESS", "SUCCEEDED", "FAILED" ] }