DeletionTaskStatusType

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-deletiontaskstatustype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DeletionTaskStatusType",
  "title": "DeletionTaskStatusType",
  "type": "string",
  "enum": [
    "SUCCEEDED",
    "IN_PROGRESS",
    "FAILED",
    "NOT_STARTED"
  ]
}