Revision history for JSONSchema-Validator 0.011 2022-08-24 - Added checking params from schema - Fixed incorrectly handle array parameters - Added expectation and actual to type mismatch errors - Added the URI of the followed $ref - Improved documentation and tests 0.010 2021-12-01 - Added verbosity to test (uid66) - Fixed bug with $ref and sibling $id - Added TO_JSON method to Error class (ehuelsmann) - Fixed bug with wrong detection of booleans 0.009-TRIAL 2021-11-28 - Trial release to find the bug with type boolean 0.008 2021-09-13 - Handle default value of content-type of "encoding" option for body property 0.007 2021-09-11 - Added ability to handle "encoding" option (for now, only decode property by content-type) for body property 0.006 2021-08-07 - Fixed warnings when using undef variables 0.005 2021-08-04 - Fixed bug with dereference undefined value (j-waters) 0.004 2021-08-02 - Added JSON Schema draft7 validator 0.003 2021-08-01 - Fixed error "eval-group at runtime" in regexp - Added JSON Schema draft6 validator 0.002 2021-07-22 - Fixed bug with import JSON::PP 0.001 2021-07-22 - First release.