BlobServiceItems

BlobServiceItems schema from Azure Storage Account API

AzureBlob StorageCloud StorageFile StorageMicrosoftStorage

Properties

Name Type Description
value array List of blob services returned.
View JSON Schema on GitHub

JSON Schema

azure-storage-account-blob-service-items-schema.json Raw ↑
{
  "$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-blob-service-items-schema.json",
  "title": "BlobServiceItems",
  "description": "BlobServiceItems schema from Azure Storage Account API",
  "properties": {
    "value": {
      "description": "List of blob services returned.",
      "items": {
        "$ref": "#/definitions/BlobServiceProperties"
      },
      "readOnly": true,
      "type": "array"
    }
  },
  "type": "object"
}