{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/VolumeUpdateRequest", "title": "VolumeUpdateRequest", "type": "object", "properties": { "label": { "type": "string", "minLength": 1, "maxLength": 32, "description": "The new label for the volume." }, "tags": { "type": "array", "items": { "type": "string" }, "description": "Updated tags for the volume." } } }