{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ItemListResult", "type": "object", "description": "List of Cosmos DB items.", "properties": { "_rid": { "type": "string" }, "Documents": { "type": "array", "description": "List of items." }, "_count": { "type": "integer" } } }