Microsoft Azure · Schema

UniqueKeyPolicy

The unique key policy configuration.

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Properties

Name Type Description
uniqueKeys array List of unique keys for the container.
View JSON Schema on GitHub

JSON Schema

azure-cosmos-db-unique-key-policy-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "UniqueKeyPolicy",
  "type": "object",
  "description": "The unique key policy configuration.",
  "properties": {
    "uniqueKeys": {
      "type": "array",
      "description": "List of unique keys for the container."
    }
  }
}