{ "type": "object", "properties": { "Capacity": { "allOf": [ { "$ref": "#/components/schemas/NonEmptyString" }, { "description": "The size of the user volume." } ] } }, "description": "Describes the user volume for a WorkSpace bundle.", "$schema": "https://json-structure.org/meta/core/v0/#", "name": "UserStorage", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-structure/workspaces-user-storage-structure.json" }