Skip to content

eclipse-vertx/vertx-openapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vert.x OpenAPI

Build Status (5.x) Build Status (4.x)

Please see the in-source asciidoc documentation or the main documentation on the web-site for a full description of this component:

TODOs

LabelTransformer

How to handle type number when style Label and exploded is true? Because all values are seperated by a '.' (dot), and this char is also used as floating point.

FormTransformer

How does Cookie Parameter Parser behave when explode is true? see https://swagger.io/docs/specification/serialization/

Missing Transformer

Due to wrong or insufficient documentation the following transformers are postponed:

  • PipeDelimitedTransformer
  • SpaceDelimitedTransformer
  • DeepObjectTransformer