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

Joi.example() isn't being used for data type schema examples #9

Open
delaneyj opened this issue Jun 5, 2015 · 0 comments
Open

Joi.example() isn't being used for data type schema examples #9

delaneyj opened this issue Jun 5, 2015 · 0 comments

Comments

@delaneyj
Copy link

delaneyj commented Jun 5, 2015

Add a field to the validation of

{
    email:Joi.string().example('[email protected]') 
}

it would be expected that the Model Schema example would instead of showing 'string' as the example value show '[email protected]'. Would help a lot with validation testing.

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

No branches or pull requests

2 participants