{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Container", "type": "object", "properties": { "id": { "type": "string" }, "defaultTtl": { "type": "integer" }, "_rid": { "type": "string" }, "_ts": { "type": "integer" }, "_self": { "type": "string" }, "_etag": { "type": "string" }, "_docs": { "type": "string" }, "_sprocs": { "type": "string" }, "_triggers": { "type": "string" }, "_udfs": { "type": "string" } } }