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

Feature Request: JSON schema on JSON output #79

Closed
mcombuechen opened this issue Mar 2, 2023 · 1 comment
Closed

Feature Request: JSON schema on JSON output #79

mcombuechen opened this issue Mar 2, 2023 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@mcombuechen
Copy link
Contributor

The CycloneDX JS lib adds a $schema field to the JSON output, linking to the respective JSON schema definition file at cyclonedx.org. It would be nice to also get this on the output from this library.

Example

{
  "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.4",
  "version": 1,
  ...
}
@nscuro nscuro added this to the v0.8.0 milestone Mar 2, 2023
@nscuro nscuro added the enhancement New feature or request label Mar 2, 2023
@nscuro
Copy link
Member

nscuro commented Mar 2, 2023

Implemented in #80, thanks @mcombuechen!

@nscuro nscuro closed this as completed Mar 2, 2023
@nscuro nscuro modified the milestones: v0.8.0, v0.7.1 Mar 31, 2023
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

2 participants