{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/azure-storage-accounts/refs/heads/main/json-schema/azure-storage-accounts-list-account-sas-response-schema.json", "title": "ListAccountSasResponse", "description": "The List SAS credentials operation response.", "properties": { "accountSasToken": { "description": "List SAS credentials of storage account.", "readOnly": true, "type": "string" } }, "type": "object" }