* Split $objectDefinition into $schema and $properties (#411)
Object validation attempts to use a single variable to store both the
object definition, and its properties. This causes validation to be
incomplete where "properties" is not set, but "additionalProperties" is.
This commit fixes both bugs in issue #353.
* Issue-414: Allow The Option of T or space for Date time. (#415)
* Testcase for minProperties with properties defined (#416)
+ Fix Test
* Tweak phpdocumentor dependency to avoid install conflicts (#421)
* [BUGFIX] Cast empty schema arrays to object (#409)
* Cast root to object
* Use function_exists to allow polyfill compatibility
* Move array->object conversion to SchemaConstraint & SchemaStorage
Fixes issue #408
* fix bug when applying defaults for array items when the schema is for (#405)
all items and add support for minItems when applying defaults
* [BUGFIX] Split "uri" format into "uri" & "uri-reference", fix meta-schema bug (#419)
* Split "uri" format into "uri" and "uri-reference"
* Correct format for id & $ref in draft-03/04 meta-schemas
See https://github.com/json-schema-org/JSON-Schema-Test-Suite/issues/177#issuecomment-293051367
description for failing tests. Flatten directory structure
Use "test.json / suite description / test case description" notation in data provider to allow a readable test output
Skip Draft3Test / Draft4Test tests which are not passing
Add some comment to skipped tests