It affects vertx 4.4.5.
Looking at the code 5.x looks to not support this format too.
Context
"duration" is a defined JSON Schema format for string.
Using the vertx-web-openapi project, if the OpenApi file defined a field of type string and format duration the router builder fails to validate the field.
Version
It affects vertx 4.4.5. Looking at the code 5.x looks to not support this format too.
Context
"duration" is a defined JSON Schema format for string. Using the vertx-web-openapi project, if the OpenApi file defined a field of type string and format duration the router builder fails to validate the field.