123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778(* Auto-generated from "json_converter.atd" *)[@@@ocaml.warning"-27-32-33-35-39"]typeuser={id:string;rid:string;ts:int;self:string;etag:string;permissions:string}typeparameter={name:string;value:string}typequery={query:string;parameters:parameterlist}typepartitionKey_result={paths:stringlist;kind:string}typelist_users={rid:string;users:userlist;count:int}typedatabase={id:string;_rid:string;_self:string;_etag:string;_colls:string;_users:string;_ts:int}typelist_databases={_rid:string;databases:databaselist;_count:int}typeindexes={dataType:string;precision:int;kind:string}typeincluded_paths={path:string;indexes:indexeslist}typeindexing_policy={automatic:bool;indexing_mode:string;included_paths:included_pathslist}typecollection={id:string;indexing_policy:indexing_policy;partition_key:partitionKey_resultoption;rid:string;ts:int;self:string;etag:string;docs:string;sprocs:string;triggers:string;udfs:string;conflicts:string}typelist_collections={rid:string;document_collections:collectionlist;count:int}typecreate_user={id:string}typecreate_partition_key={paths:stringlist;kind:string;version:intoption}typecreate_database={id:string}typecreate_collection={id:string;indexing_policy:indexing_policyoption;partition_key:create_partition_keyoption}