{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-ebs/refs/heads/main/json-schema/ebs-openapi-describe-volumes-result-schema.json", "title": "DescribeVolumesResult", "description": "DescribeVolumesResult schema from Amazon EBS Amazon Elastic Block Store (EBS) API", "type": "object", "properties": { "volumeSet": { "type": "array", "items": { "$ref": "#/components/schemas/Volume" } }, "nextToken": { "type": "string" } } }