Possible values for the state of a task
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TaskStateType", "title": "TaskStateType", "enum": [ "acknowledged", "rejected", "inProgress", "cancelled", "done", "terminatedWithError" ], "type": "string", "description": "Possible values for the state of a task" }