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

11 lines
276 B
JSON
Raw Normal View History

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
}
}