jazzband / jazzband/jsonmodels
Support for additionalProperties=False
Open
- Dominant language
- Python
- Stars
- 343
- Forks
- 50
- PR merge metrics
- No merged PRs in 30d
Description
Even though the generated JSON schema contains "additionalProperties: False" for every structure, actually setting a property that's not in the model does not cause a validation error.
It should. in the meantime, emitting "additionalProperties: False" is wrong, strictly speaking.
Contributor guide
Assessment
This issue has not been assessed yet.