Skip to content

inject JSON $schema definition to the final document#1

Merged
tsjensen merged 2 commits intomainfrom
missing-schema
Mar 17, 2025
Merged

inject JSON $schema definition to the final document#1
tsjensen merged 2 commits intomainfrom
missing-schema

Conversation

@hakandilek
Copy link
Collaborator

@hakandilek hakandilek commented Mar 13, 2025

Final document should contain JSON $schema definitions
Sample data should also contain the $schema definitions like:

{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat" : "CycloneDX",
  "specVersion" : "1.6",
...

and

{
  "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json",
  "bomFormat" : "CycloneDX",
  "specVersion" : "1.4",
...

Final document should contain JSON $schema definitions
Sample data should also contain the echema definition
@codecov-commenter
Copy link

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

@hakandilek hakandilek marked this pull request as ready for review March 13, 2025 15:53
@hakandilek hakandilek requested a review from tsjensen March 13, 2025 15:53
@hakandilek hakandilek changed the title fix: JSON Schema definitions inject JSON $schema definition to the final document Mar 13, 2025
@tsjensen tsjensen merged commit cb50e8c into main Mar 17, 2025
2 checks passed
@tsjensen tsjensen deleted the missing-schema branch March 17, 2025 16:40
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.

3 participants