You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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 json-schema-org/JSON-Schema-Test-Suite#177 (comment)
0 commit comments