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

validate JSON test data against schema - JS #241

Merged

Conversation

jkowalleck
Copy link
Member

@jkowalleck jkowalleck commented Jun 14, 2023

yet another json schema runner, that validates the exiting test data.
here AJV is used to validate json. it is yet another implementation of json schema.
one that might be more or less strict to the standards.

I left out the XML validation, because we already have one that utilizes libxml2 - the PHP does that.

similar to #238

@jkowalleck jkowalleck changed the title validate test data against schema - JS validate JSON test data against schema - JS Jun 14, 2023
@jkowalleck jkowalleck added this to the 1.5 milestone Jun 14, 2023
@jkowalleck jkowalleck requested review from stevespringett and a team June 14, 2023 11:47
@stevespringett stevespringett merged commit 674427b into CycloneDX:v1.5-dev Jun 14, 2023
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.

2 participants