2024-05-06 01:03:35 +00:00
|
|
|
{
|
|
|
|
"$id": "storagetransition.schema.json",
|
|
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
|
|
"title": "storagetransition",
|
|
|
|
"type": "string",
|
|
|
|
"description": "Storage state transition",
|
2024-05-24 05:11:51 +00:00
|
|
|
"enum": [ "absent", "present", "create", "read", "update", "delete" ]
|
2024-05-06 01:03:35 +00:00
|
|
|
}
|
|
|
|
|