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