danailch456
Results
2
comments of
danailch456
Was this issue even acknowledged during recent updates, or do devs just refuse to add optional path parameter support? I'm experimenting with generating API input validation based on openapi3 spec,...
I think the bug comes from generating the joi schema for validating date. After converting the string to date, `.raw` should be called to preserve the input yyyy-mm-dd format. More...