{ "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-storedi-scsi-volumes-output-structure.json", "name": "DescribeStorediSCSIVolumesOutput", "description": "DescribeStorediSCSIVolumesOutput schema from Amazon Storage Gateway API", "properties": { "StorediSCSIVolumes": { "allOf": [ { "$ref": "#/components/schemas/StorediSCSIVolumes" }, { "description": "

Describes a single unit of output from DescribeStorediSCSIVolumes. The following fields are returned:

" } ] } } }