python-jsonschema / jsonschema

An implementation of the JSON Schema specification for Python
https://python-jsonschema.readthedocs.io
MIT License
4.59k stars 578 forks source link

How to get missing properties #1158

Closed laurentvm closed 1 year ago

laurentvm commented 1 year ago

Hi, when validating a file I can get the error message mentioning that a property is missing, how can I get the missing property name ?

Julian commented 1 year ago

Hi there, this is #119.

laurentvm commented 1 year ago

thanks