11 lines
238 B
JSON
11 lines
238 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" ]
|
|
}
|
|
}
|
|
|