jx/internal/resource/schemas/storagetransition.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

11 lines
276 B
JSON

{
"$id": "storagetransition.schema.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "storagetransition",
"type": "string",
"description": "Storage state transition",
"enum": [ "absent", "present", "create", "read", "update", "delete" ]
}
}