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

JSON Schema: Validation #3

Open
xmljim opened this issue Feb 19, 2021 · 0 comments
Open

JSON Schema: Validation #3

xmljim opened this issue Feb 19, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@xmljim
Copy link
Owner

xmljim commented Feb 19, 2021

As a JSON Developer I can validate JSON data against a JSON Schema so that I can use or reject the data in my application.

Acceptance Criteria

  • Validate against latest draft (2019-09)
  • Can apply validation:
    • Against a "well-formed" JSON instance,
    • During a parsing operation
  • The validation process will create a Validation Result according to the JSON Schema specification
  • Will include a built-in "True" schema: {}
@xmljim xmljim added the enhancement New feature or request label Feb 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant