{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Item", "type": "object", "description": "A Cosmos DB item (document).", "properties": { "id": { "type": "string", "description": "The unique identifier of the item." }, "_rid": { "type": "string", "description": "System-generated resource ID." }, "_ts": { "type": "integer", "description": "System-generated timestamp." }, "_self": { "type": "string", "description": "System-generated URI for the resource." }, "_etag": { "type": "string", "description": "System-generated resource etag." }, "_attachments": { "type": "string", "description": "Addressable path for the attachments resource." } } }