{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-robomaker/refs/heads/main/json-structure/amazon-robomaker-openapi-robot-deployment-step-structure.json", "description": "RobotDeploymentStep schema from openapi", "type": "string", "enum": [ "Validating", "DownloadingExtracting", "ExecutingDownloadCondition", "ExecutingPreLaunch", "Launching", "ExecutingPostLaunch", "Finished" ], "name": "RobotDeploymentStep" }