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

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

" } ] } } }