php-json-schema icon indicating copy to clipboard operation
php-json-schema copied to clipboard

PHP 5.3 implementation of json schema validation.

Results 15 php-json-schema issues
Sort by recently updated
recently updated
newest added

Any chance of implementing a "oneOf" operator? See: http://stackoverflow.com/questions/25014650/json-schema-example-for-oneof-objects :)

Hi, When I'm validating a json against a json schema which has nested required properties it's not working properly (it passes the validation test even if required properties are missing)....

currently it uses default SORT_STRING flag, which coerces each array element into a string. this fails if the array elements are objects SORT_REGULAR then compares by object properties and it...

Hi First of all nice job on the validator However, I have stumbled upon an issue with the additioalProperties Consider the below schema and data, which I tried to validate...

Hi! Thanks for this project! Really cool! I'm facing some problems with array of objects(looks like the property is ignored in this situation). Does php-json-schema support this feature? Regards, Matheus