package ocaml_openapi_generator

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

Module Types.External_documentationSource

Sourcetype t = {
  1. description : string option;
  2. url : string;
}
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 url : t -> string
Sourceval description : t -> string option
Sourcemodule Fields : sig ... end