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

in-place validation #60

Merged
merged 3 commits into from
Mar 4, 2024
Merged

in-place validation #60

merged 3 commits into from
Mar 4, 2024

Conversation

SVilgelm
Copy link
Member

@SVilgelm SVilgelm commented Mar 4, 2024

  • Changed the validation to use ValidateSpec function instead of using github.com/santhosh-tekuri/jsonschema/v5 package, with options (see ValidationOption functions)
  • The minimal version of go is 1.20 now, due to usage of errors.Join function.
  • Initial stub for ValidateData function (returns NotImplemented error).

closes #57

@sv-tools-bot sv-tools-bot merged commit a929c36 into main Mar 4, 2024
5 checks passed
@sv-tools-bot sv-tools-bot deleted the in-place-validation branch March 4, 2024 04:17
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

Successfully merging this pull request may close these issues.

replacing validate package with in place ValidateSpec function
2 participants