Valid values for the state of a batch job (e.g. catalog import)
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/JobStateType", "title": "JobStateType", "enum": [ "Not Started", "Running", "Succeeded", "Failed" ], "type": "string", "description": "Valid values for the state of a batch job (e.g. catalog import)" }