ExodusMovement / schemasafe

A reasonably safe JSON Schema validator with draft-04/06/07/2019-09/2020-12 support.
https://npmjs.com/@exodus/schemasafe
MIT License
156 stars 12 forks source link

Implement removeAdditonal #58

Closed ChALkeR closed 4 years ago

ChALkeR commented 4 years ago

Supports only additionalProperties: false and additionalItems: false.

Closes: https://github.com/ExodusMovement/schemasafe/issues/55

ChALkeR commented 4 years ago

Probably I should add some tests. Upd: done.