issues
search
thephpleague
/
json-guard
Validation of json-schema.org compliant schemas.
http://json-guard.thephpleague.com/
MIT License
175
stars
26
forks
source link
1.0
#108
Closed
matt-allan
closed
7 years ago
matt-allan
commented
7 years ago
Todo:
[x] Single constraint interface (merged to master already, not in the diff)
[x] Split the json reference code into a separate package
[x] PSR-11 rulesets
[x] Use DI for configuring constraints
[x] require bcmatch
[x] require php 5.6+, drop official HHVM support
[x] better multibyte string validation
[x] Consistent error contexts
[x] Include schema pointer and schema in errors
[x] Refactor the ruleset to use singletons
[x] Move custom formats to the constraint itself
[x] Split max/exclusive max, min/exclusive min
[x] Blank source_path should be /
[x] Consistent error message wording (must be x vs cannot be x)
[x] Double check docs are accurate
[x] Document reference serializers
[x] Cleanup reference serialization
[x] Setup json-reference CI
[x] Tag league/json-reference
Todo: