{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/azure-container-instances/refs/heads/main/json-structure/azure-container-instances-cached-images-list-result-structure.json", "description": "The response containing cached images.", "type": "object", "properties": { "nextLink": { "description": "The URI to fetch the next page of cached images.", "type": "string" }, "value": { "description": "The list of cached images.", "items": { "$ref": "#/definitions/cachedImages" }, "type": "array" } }, "name": "CachedImagesListResult" }