Skip to content

Release v16.27.0

Choose a tag to compare

@github-actions github-actions released this 13 Aug 07:06
0f68d9f

Fixed

  • Schema validation now checks property value types, so a payload whose value does not match its declared type is rejected at append instead of being reported as valid (#3613)
  • An object schema handed a non-object value now reports a wrong-property-type error; the check was inverted and fired only when the schema did not want an object (#3613)