ParseError should identify the additional properties present when additionalProperties is set to false
ParseError includes the message `must not have additional properties` when the option `{ additionalProperties: false }` is specified, but unfortunately it doesn't say which property or properties were surplus.
1 条评论