forked from mirego/activerecord_json_validator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This upgrades to json_schemer 2.0, which is the latest major version. It includes support for all current JSON Schema versions and new keywords (eg, `unevaluatedProperties`). There are also new features that users of this library may find helpful: - Symbol key support for schemas and data - Custom error messages with i18n or `x-error` keyword (it would be great to get feedback on this from your users) - Global configuration options Using 2.0 will likely require a major version bump because it comes with breaking changes. See the [changelog][0] for more details. Closes: - mirego#72 - mirego#73 [0]: https://github.com/davishmcclurg/json_schemer/blob/main/CHANGELOG.md
- Loading branch information
1 parent
b36556a
commit 1ba600d
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters