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