b2f4e4144156d6028e0ee306551d86d346c59753 |
|
17-Jan-2016 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
Remove strict option from JSON schema validator
This allows to have keys in the response that are not specified in the
schema, which we do not want, but it also actually uses the "required"
key of the schema telling which keys are required in the response and
which are optional (this is what we definitely need). |