{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/azure-storage-account/refs/heads/main/json-structure/azure-storage-account-list-container-items-structure.json", "description": "Response schema. Contains list of blobs returned, and if paging is requested or required, a URL to next page of containers.", "properties": { "nextLink": { "description": "Request URL that can be used to query next page of containers. Returned when total number of requested containers exceed maximum page size.", "readOnly": true, "type": "string" }, "value": { "description": "List of blobs containers returned.", "items": { "$ref": "#/definitions/ListContainerItem" }, "readOnly": true, "type": "array" } }, "type": "object", "name": "ListContainerItems" }