{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Database", "type": "object", "description": "A Cosmos DB database resource.", "properties": { "id": { "type": "string", "description": "The unique name that identifies the database." }, "_rid": { "type": "string", "description": "System-generated resource ID." }, "_ts": { "type": "integer", "description": "System-generated timestamp (epoch value)." }, "_self": { "type": "string", "description": "System-generated URI for the resource." }, "_etag": { "type": "string", "description": "System-generated resource etag for optimistic concurrency." }, "_colls": { "type": "string", "description": "System-generated addressable path for the collections resource." }, "_users": { "type": "string", "description": "System-generated addressable path for the users resource." } } }