package ocaml_openapi_generator

  1. Overview
  2. Docs
type t = {
  1. description : string option;
  2. required : bool;
  3. deprecated : bool;
  4. allow_empty_value : bool;
  5. style : string option;
  6. explode : bool option;
  7. allow_reserved : bool;
  8. schema : Schema.t Or_reference.t option;
  9. example : Jsonaf.t option;
  10. examples : Example.t Jsonaf_string_map.t;
  11. content : Media_type.t 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
OCaml

Innovation. Community. Security.