package ocaml_openapi_generator

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

Module Parameter_data.FieldsSource

Sourceval create : name:string -> description:string option -> required:bool -> deprecated:bool -> example:Jsonaf.t option -> examples:Example.t Or_reference.t Jsonaf_string_map.t -> explode:bool option -> schema:Schema.t Or_reference.t option -> content:Media_type.t Jsonaf_string_map.t option -> allow_reserved:bool option -> allow_empty_value:bool option -> t