Skip to content

Maintenance release

Compare
Choose a tag to compare
@erosb erosb released this 17 Mar 15:23
· 146 commits to master since this release

Bugfixes:

  • ReferenceSchema#getUnprocessedProperties() now returns correct values (also ReferenceSchema#getTitle(), #getDescription() and #getSchemaLocation())
  • fixing problem related to referencing a schema by "$id" if the "$id" value starts with a hashmark or is a valid json pointer - reported in #270
  • fixing problem where inline dereferencing by $id was broken if the schema contained a property called "$id" in "properties" - reported in #271
  • fixing misleading error message for "exclusiveMaximum" errors - contributed by @zgyorffi