Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validation and Custom Validation Message #109

Open
mayank-india opened this issue Sep 15, 2016 · 2 comments
Open

Validation and Custom Validation Message #109

mayank-india opened this issue Sep 15, 2016 · 2 comments

Comments

@mayank-india
Copy link

Any way I can customize the response or parameter validation? Any provision of Validaton Definition similar to securityDefinitions?

@subeeshcbabu-zz
Copy link
Member

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?

@ryanbecker
Copy link

I would like to do the same, to enable validating custom string formats...

type: string
format: uuid

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants