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