jx/internal/resource/schemas/processtransition.schema.json

10 lines
360 B
JSON
Raw Normal View History

2024-05-06 01:03:35 +00:00
{
"$id": "processtransition.schema.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "processtransition",
"type": "string",
"description": "Process state transition",
2024-05-24 05:11:51 +00:00
"enum": [ "absent", "start_create", "present", "created", "restarting", "running", "paused", "exited", "dead", "start_delete", "start_read", "start_update" ]
2024-05-06 01:03:35 +00:00
}