{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-robomaker/refs/heads/main/json-schema/amazon-robomaker-openapi-deployment-status-schema.json", "title": "DeploymentStatus", "description": "DeploymentStatus schema from openapi", "type": "string", "enum": [ "Pending", "Preparing", "InProgress", "Failed", "Succeeded", "Canceled" ] }