Azure Blob Storage · Schema

Container

A blob container in Azure Storage.

AzureBlobsCloud StorageMicrosoftObject StorageStorage

Properties

Name Type Description
Name string The container name
Properties object System properties of the container
Metadata object User-defined key-value metadata pairs
View JSON Schema on GitHub

JSON Schema

azure-blob-storage-container-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Container",
  "title": "Container",
  "type": "object",
  "description": "A blob container in Azure Storage.",
  "properties": {
    "Name": {
      "type": "string",
      "description": "The container name"
    },
    "Properties": {
      "type": "object",
      "description": "System properties of the container",
      "properties": {
        "Last-Modified": {
          "type": "string",
          "format": "date-time",
          "description": "Last modification timestamp"
        },
        "Etag": {
          "type": "string",
          "description": "The ETag value for conditional operations"
        },
        "LeaseStatus": {
          "type": "string",
          "enum": [
            "locked",
            "unlocked"
          ],
          "description": "The lease status of the container"
        },
        "LeaseState": {
          "type": "string",
          "enum": [
            "available",
            "leased",
            "expired",
            "breaking",
            "broken"
          ],
          "description": "The lease state of the container"
        },
        "LeaseDuration": {
          "type": "string",
          "enum": [
            "infinite",
            "fixed"
          ],
          "description": "The duration type of the lease"
        },
        "PublicAccess": {
          "type": "string",
          "enum": [
            "container",
            "blob"
          ],
          "description": "The public access level"
        },
        "HasImmutabilityPolicy": {
          "type": "boolean",
          "description": "Whether an immutability policy exists on the container"
        },
        "HasLegalHold": {
          "type": "boolean",
          "description": "Whether a legal hold is in effect"
        },
        "DefaultEncryptionScope": {
          "type": "string",
          "description": "The default encryption scope for the container"
        },
        "DenyEncryptionScopeOverride": {
          "type": "boolean",
          "description": "Whether blob-level encryption scope override is denied"
        },
        "ImmutableStorageWithVersioningEnabled": {
          "type": "boolean",
          "description": "Whether version-level immutability is enabled"
        }
      }
    },
    "Metadata": {
      "type": "object",
      "description": "User-defined key-value metadata pairs",
      "additionalProperties": {
        "type": "string"
      }
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/azure-blob-storage-container"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.