json-schema-filter icon indicating copy to clipboard operation
json-schema-filter copied to clipboard

Validation rules

Open kimgysen opened this issue 8 years ago • 0 comments

Perhaps I'm missing something, but the example shows validation keys that I don't see anywhere in the source code: 'required', or blocks like this:

"age": { "description": "Age in years", "type": "integer", "minimum": 0 },

This Is a bit confusing to me. Is that supposed to actually work or were there significant changes?

kimgysen avatar Dec 23 '17 01:12 kimgysen