brandur / json_schema

A JSON Schema V4 and Hyperschema V4 parser and validator.
MIT License
230 stars 45 forks source link

Return missing required fields as data #85

Closed gabrielrios closed 7 years ago

gabrielrios commented 7 years ago

I'm developing an app and I need to have the validation messages translated using I18n, but only for the 'required' validation we don't have any 'data' to help me translate the messages.

brandur commented 7 years ago

Makes sense to me! Thank you.

brandur commented 7 years ago

Released as 0.16.0.