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

"required" JSON keys are validated against "additionalProperties" if they are missing from "properties" #1029

Merged

Commits on Sep 16, 2024

  1. Make 'required' keys that are not in 'properties' be validated agains…

    …t additionalProperties
    hudson-ai committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    31353f3 View commit details
    Browse the repository at this point in the history
  2. some tests

    hudson-ai committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    59f3fda View commit details
    Browse the repository at this point in the history
  3. maintain order

    hudson-ai committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    7c95b49 View commit details
    Browse the repository at this point in the history
  4. fix error check

    hudson-ai committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    2c8f5b6 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. no need for itertools chain

    hudson-ai committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e21e099 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2de9148 View commit details
    Browse the repository at this point in the history