json-schema-filter
json-schema-filter copied to clipboard
Validation rules
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?