{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-msk/refs/heads/main/json-schema/msk-api-storage-info-schema.json", "title": "StorageInfo", "description": "\n
Contains information about storage volumes attached to MSK broker nodes.
", "type": "object", "properties": { "EbsStorageInfo": { "allOf": [ { "$ref": "#/components/schemas/EBSStorageInfo" }, { "xml": { "name": "ebsStorageInfo" }, "description": "\nEBS volume information.
" } ] } } }