Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attributes not listed in json schema are not giving errors during validation of json data #361

Closed
joshi-mohit opened this issue May 19, 2021 · 2 comments

Comments

@joshi-mohit
Copy link

additionalProperties: "false" is one of the ways of resolving this, but there is an issue around this
#82

Is there any way or branch pull which has this fix either via additionalProperties or a code fix

@fenollp
Copy link
Collaborator

fenollp commented May 31, 2021

You are right, additionalProperties: false is one way of fixing this and support is lacking right now.

You can track progress on #318 for the fix (that'll come eventually).

@AnatolyRugalev
Copy link
Contributor

Duplicate of #82

@fenollp fenollp closed this as completed Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants