package azure-cosmos-db

  1. Overview
  2. Docs

Source file json_t.ml

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 }
OCaml

Innovation. Community. Security.