{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/LatestExecutionStatus", "title": "LatestExecutionStatus", "type": "string", "enum": [ "STARTING", "STARTED", "COMPLETED", "FAILED" ], "description": " * `STARTING` - Indicates the job has started.\n * `STARTED` - Indicates the job is in progress.\n * `COMPLETED` - Indicates the job has completed.\n * `FAILED` - Indicates the job has failed.\n" }