{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ContainerListResult", "type": "object", "properties": { "_rid": { "type": "string" }, "DocumentCollections": { "type": "array" }, "_count": { "type": "integer" } } }