Opis Json Schema Versions Save

JSON Schema validator for PHP

2.3.0

2 years ago

Added

  • sub-errors for oneOf keyword #98

Fixed

  • #100
  • #96

2.2.0

2 years ago

Added

  • Opis\JsonSchema\Errors\CustomError - you can throw a CustomError exception from filters or formats to provide a custom error message
  • Opis\JsonSchema\CompliantValidator - a validator class that disables custom keywords of opis/json-schema (such as filters), making the validation compliant with the default json-schema behaviour

Fixed

  • #82
  • #90

2.1.0

3 years ago

Added new parser options.

2.0.1

3 years ago

Bugfix:

  • infinite recursion in Helper::convertAssocArrayToObject()

2.0.0

3 years ago

This major release is a ground-up rewrite of the library. For more details on how to upgrade to this version, please take a look at our migration guide.

1.0.19

3 years ago

1.0.18

4 years ago

patternProperties fix

1.0.17

5 years ago

Fixed typo

1.0.16

5 years ago

URI bugfix

1.0.15

5 years ago

Fixed File loader