Microsoft Azure · JSON Structure

Azure Cosmos Db Database Structure

Type: object Properties: 7
API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Database is a JSON Structure definition published by Microsoft Azure, describing 7 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id _rid _ts _self _etag _colls _users

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Database",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "_rid": {
      "type": "string"
    },
    "_ts": {
      "type": "integer"
    },
    "_self": {
      "type": "string"
    },
    "_etag": {
      "type": "string"
    },
    "_colls": {
      "type": "string"
    },
    "_users": {
      "type": "string"
    }
  }
}