swaggerize-express
swaggerize-express copied to clipboard
Validation and Custom Validation Message
Any way I can customize the response or parameter validation? Any provision of Validaton Definition similar to securityDefinitions?
The validation of request input parameters are based on the schema or type defined by the parameters
. Response validation based on responses
in the swagger document, is done by unit tests.
Can you provide an example of the level of customization that you are looking for?
I would like to do the same, to enable validating custom string formats...
type: string
format: uuid