Status of a step execution
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/StepStatus", "title": "StepStatus", "type": "string", "enum": [ "pending", "success", "failed", "cancelled" ], "description": "Status of a step execution" }