{ "type": "object", "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-storage-gateway/refs/heads/main/json-structure/amazon-storage-gateway-describe-cachedi-scsi-volumes-output-structure.json", "name": "DescribeCachediSCSIVolumesOutput", "description": "A JSON object containing the following fields:", "properties": { "CachediSCSIVolumes": { "allOf": [ { "$ref": "#/components/schemas/CachediSCSIVolumes" }, { "description": "An array of objects where each object contains metadata about one cached volume." } ] } } }