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

Update: remove invalid defaults from core rules (fixes #11415) #11427

Merged
merged 1 commit into from Feb 25, 2019

Commits on Feb 21, 2019

  1. Update: remove invalid defaults from core rules (fixes #11415)

    Ajv ignores the `default` property in JSON schemas when it appears inside `oneOf`, `anyOf`, or `not`. This commit removes ignored `default` properties and fixes a few bugs in rules that were incorrectly assuming the `default` properties would get processed.
    not-an-aardvark committed Feb 21, 2019
    Copy the full SHA
    9134086 View commit details
    Browse the repository at this point in the history