json_t.ml
azure-cosmos-db
azure-cosmos-db.app-config
azure-cosmos-db.utilities
1 2 3 4 5 6 7 8 9 10 11 12 13 (* Auto-generated from "json.atd" *) [@@@ocaml.warning "-27-32-33-35-39"] type kv_item = { etag: string; key: string; label: string option; content_type: string option; locked: bool; last_modified: string } type kv_result = { items: kv_item list }
1 2 3 4 5 6 7 8 9 10 11 12 13
(* Auto-generated from "json.atd" *) [@@@ocaml.warning "-27-32-33-35-39"] type kv_item = { etag: string; key: string; label: string option; content_type: string option; locked: bool; last_modified: string } type kv_result = { items: kv_item list }