{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "JobStatus", "type": "string", "enum": [ "created", "waiting", "processing", "success", "warning", "error", "terminating", "terminated", "cancelled" ] }