This repository was archived by the owner on Jul 4, 2023. It is now read-only.
json-schema-like validation
- Issue 1: Validator compliance with JSON schema. Created validators in the style of json-schema but adapted to php-simple-request and the functionality of php (Example: properties/additionalProperties work with stdClass AND associative arrays).
- Added more unit tests.
- Bugfixes.