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

#1449: JSON Schema validation and verification #5486

Merged
merged 7 commits into from
Mar 2, 2023

Commits on Dec 23, 2022

  1. jsonschema validation

    Signed-off-by: Yuri Kulagin <jkulvichi@gmail.com>
    jkulvich committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    5d64604 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Better objects construction, and error handling

    Signed-off-by: Yuri Kulagin <jkulvichi@gmail.com>
    jkulvich committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    1900c45 View commit details
    Browse the repository at this point in the history
  2. rename: jsonschema.validate -> jsonschema.verify

    Signed-off-by: Yuri Kulagin <jkulvichi@gmail.com>
    jkulvich committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    deb6690 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Configuration menu
    Copy the full SHA
    8f4d04c View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Addressing review comments

    * Merging `jsonschema.is_valid` into `jsonschema.verify`, and `json.is_match_schema` into `json.match_schema`
    * Adding yaml test cases in testdata
    
    Signed-off-by: Johan Fylling <johan.dev@fylling.se>
    johanfylling committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    85685e3 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Making changes suggested by @ashutosh-narkar

    Signed-off-by: Johan Fylling <johan.dev@fylling.se>
    johanfylling committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    9e8e10a View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Configuration menu
    Copy the full SHA
    1330cdf View commit details
    Browse the repository at this point in the history