jpmckinney / validictory

🎓 deprecated general purpose python data validator
Other
240 stars 57 forks source link

Fix in 'additionalProperties' validation #42

Closed juanmb closed 11 years ago

juanmb commented 11 years ago

The function 'validate_additionalProperties' ignored the contents of 'patternProperties'. See the paragraph 5.4.4.4 of http://json-schema.org/latest/json-schema-validation.html

jamesturk commented 11 years ago

can you provide a test that fails on the current version but passes on the fixed version so I can be clear what this fixes