package ocaml_openapi_generator

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Types.Media_typeSource

Sourcetype t = {
  1. schema : Schema.t Or_reference.t option;
  2. example : Jsonaf.t option;
  3. examples : Example.t Or_reference.t Jsonaf_string_map.t;
  4. encoding : Encoding.t Jsonaf_string_map.t;
}
include Ppx_jsonaf_conv_lib.Jsonafable.S with type t := t
Sourceval t_of_jsonaf : Jsonaf_kernel__.Type.t -> t
Sourceval jsonaf_of_t : t -> Jsonaf_kernel__.Type.t
Sourceval example : t -> Jsonaf.t option
Sourceval schema : t -> Schema.t Or_reference.t option
Sourcemodule Fields : sig ... end