{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ExternalVolume", "type": "object", "properties": { "name": { "type": "string" }, "storage_locations": { "type": "array" }, "allow_writes": { "type": "boolean" }, "comment": { "type": "string" }, "created_on": { "type": "string" }, "owner": { "type": "string" }, "owner_role_type": { "type": "string" } } }