json-schema v0.7.0.0 Release Notes

    • ✂ Removed the Null constructor from Schema, use Data.JSON.Schema.Combinators.nullable instead.

    • ➕ Added the Validation module that can be used to validate a json object against a schema and to get descriptive error messages.

    • ⚡️ Updates for Maybe fixes in generic-aeson 0.2.0.0 including more thorough test cases.