Hey folks
Is there a way to separate the open API generation and the schema validation?
I managed to find that body definition is possible through requestBody AND typebox schemas, but I have not found any way to do this for query or path parameters (there is no documentation around it)...
Hence, the question: would it be possible to either have two packages (one for validation, one for documentation) or allow the possibility to use the full openAPI specification independently from the validation?
Hey folks
Is there a way to separate the open API generation and the schema validation?
I managed to find that body definition is possible through
requestBodyAND typebox schemas, but I have not found any way to do this for query or path parameters (there is no documentation around it)...Hence, the question: would it be possible to either have two packages (one for validation, one for documentation) or allow the possibility to use the full openAPI specification independently from the validation?