{ "type": "object", "properties": { "Capacity": { "allOf": [ { "$ref": "#/components/schemas/NonEmptyString" }, { "description": "The size of the root volume." } ] } }, "description": "Describes the root volume for a WorkSpace bundle.", "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "RootStorage", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-schema/workspaces-root-storage-schema.json" }