activerecord_json_validator
activerecord_json_validator copied to clipboard
Support JSONSchemer 2.0
New major version of https://github.com/davishmcclurg/json_schemer has been released featuring support for all actual JSON Schema versions.
Just opened a PR for upgrading to 2.0: https://github.com/mirego/activerecord_json_validator/pull/78
Hey look the json_schemer author added a PR! I'm particularly excited about using these two things immediately after it gets merged:
- translation of the json schema validation errors
- validating the schemas themselves
Sorry guys, I totally forgot about this 😩
I’ll merge it and release a new major version! 🙌
Closed with #78