package ocaml_openapi_generator

  1. Overview
  2. Docs
type t = {
  1. property_name : string;
  2. mapping : string Jsonaf_string_map.t;
}
include Ppx_jsonaf_conv_lib.Jsonafable.S with type t := t
val t_of_jsonaf : Jsonaf_kernel__.Type.t -> t
val jsonaf_of_t : t -> Jsonaf_kernel__.Type.t
val mapping : t -> string Jsonaf_string_map.t
val property_name : t -> string
module Fields : sig ... end
OCaml

Innovation. Community. Security.