jx/internal/resource/schemas/processtransition.schema.json
Matthew Rich 0888ae2045
Some checks failed
Lint / golangci-lint (push) Failing after 9m55s
Declarative Tests / test (push) Failing after 5s
add container-image resource
2024-05-23 22:11:51 -07:00

10 lines
360 B
JSON

{
"$id": "processtransition.schema.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "processtransition",
"type": "string",
"description": "Process state transition",
"enum": [ "absent", "start_create", "present", "created", "restarting", "running", "paused", "exited", "dead", "start_delete", "start_read", "start_update" ]
}