package ocaml_openapi_generator

  1. Overview
  2. Docs
type t = {
  1. title : string;
  2. description : string option;
  3. terms_of_service : string option;
  4. contact : Contact.t option;
  5. license : License.t option;
  6. version : string;
}
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 version : t -> string
val license : t -> License.t option
val contact : t -> Contact.t option
val terms_of_service : t -> string option
val description : t -> string option
val title : t -> string
module Fields : sig ... end
OCaml

Innovation. Community. Security.