{ "$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-lease-container-response-structure.json", "description": "Lease Container response schema.", "properties": { "leaseId": { "description": "Returned unique lease ID that must be included with any request to delete the container, or to renew, change, or release the lease.", "type": "string" }, "leaseTimeSeconds": { "description": "Approximate time remaining in the lease period, in seconds.", "type": "string" } }, "type": "object", "name": "LeaseContainerResponse" }