package ocaml_openapi_generator

  1. Overview
  2. Docs
type t = {
  1. content_type : string option;
  2. headers : Header.t Or_reference.t Jsonaf_string_map.t;
  3. style : string option;
  4. explode : bool option;
  5. allow_reserved : 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 allow_reserved : t -> bool
val explode : t -> bool option
val style : t -> string option
val content_type : t -> string option
module Fields : sig ... end
OCaml

Innovation. Community. Security.