package ocaml_openapi_generator

  1. Overview
  2. Docs
type t = {
  1. name : string option;
  2. namespace : string option;
  3. prefix : string option;
  4. attribute : bool;
  5. wrapped : bool;
}
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 wrapped : t -> bool
val attribute : t -> bool
val prefix : t -> string option
val namespace : t -> string option
val name : t -> string option
module Fields : sig ... end
OCaml

Innovation. Community. Security.