package ocaml_openapi_generator

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

Module Types.Server_variableSource

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