{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-proton/refs/heads/main/json-structure/amazon-proton-resource-deployment-status-structure.json", "name": "ResourceDeploymentStatus", "description": "The state that a PR-based deployment can be updated to.", "type": "string", "enum": [ "IN_PROGRESS", "FAILED", "SUCCEEDED" ] }