Module Cosmos.Json_converter_tSource
Sourcetype user = {id : string;rid : string;ts : int;self : string;etag : string;permissions : string;
} Sourcetype parameter = {name : string;value : string;
} Sourcetype partitionKey_result = {paths : string list;kind : string;
} Sourcetype list_users = {rid : string;users : user list;count : int;
} Sourcetype database = {id : string;_rid : string;_self : string;_etag : string;_colls : string;_users : string;_ts : int;
} Sourcetype list_databases = {_rid : string;databases : database list;_count : int;
} Sourcetype indexes = {dataType : string;precision : int;kind : string;
} Sourcetype included_paths = {path : string;indexes : indexes list;
} Sourcetype indexing_policy = {automatic : bool;indexing_mode : string;included_paths : included_paths list;
} Sourcetype collection = {id : string;indexing_policy : indexing_policy;partition_key : partitionKey_result option;rid : string;ts : int;self : string;etag : string;docs : string;sprocs : string;triggers : string;udfs : string;conflicts : string;
} Sourcetype list_collections = {rid : string;document_collections : collection list;count : int;
} Sourcetype create_user = {id : string;
} Sourcetype create_partition_key = {paths : string list;kind : string;version : int option;
} Sourcetype create_database = {id : string;
}