Skip to content

Comments

Create a guide for ML-BOM relative to CycloneDX v1.7 schema#40

Open
mrutkows wants to merge 110 commits intoCycloneDX:mainfrom
mrutkows:mlbom-1.7
Open

Create a guide for ML-BOM relative to CycloneDX v1.7 schema#40
mrutkows wants to merge 110 commits intoCycloneDX:mainfrom
mrutkows:mlbom-1.7

Conversation

@mrutkows
Copy link
Contributor

@mrutkows mrutkows commented Jan 9, 2026

Ready for review

Note

this PR references/depends-on CycloneDX/cyclonedx-property-taxonomy#153

Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
@mrutkows mrutkows self-assigned this Jan 9, 2026
@mrutkows mrutkows requested a review from a team as a code owner January 9, 2026 18:55
@mrutkows mrutkows changed the title Create a guide for ML-BOM relative to CycloneDX v1.7 schema WIP - Create a guide for ML-BOM relative to CycloneDX v1.7 schema Jan 9, 2026
@mrutkows mrutkows added documentation Improvements or additions to documentation t: ML-BOM labels Jan 9, 2026
@mrutkows mrutkows marked this pull request as draft January 9, 2026 18:56
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
@mrutkows mrutkows changed the title WIP - Create a guide for ML-BOM relative to CycloneDX v1.7 schema Create a guide for ML-BOM relative to CycloneDX v1.7 schema Feb 5, 2026
@mrutkows mrutkows marked this pull request as ready for review February 5, 2026 18:33
@mrutkows
Copy link
Contributor Author

mrutkows commented Feb 5, 2026

@stevespringett @jkowalleck @HesAnEasyCoder Ready for your review.

Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
@mrutkows
Copy link
Contributor Author

mrutkows commented Feb 5, 2026

Note: There is a dependence on Property Taxonomy PR: CycloneDX/cyclonedx-property-taxonomy#153

Copy link
Member

@jkowalleck jkowalleck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some semantical questions and remarks


Describes the input and output data types (formats) of the model.

>[!Note] The current object used to describe model inputs and outputs is limited to describing the data types strictly used for training and inference. Future revisions of CycloneDX plan to expand these objects to provide more detailed information especially in regard to names, formats and defaults for model configuration parameters and hyperparameters.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this > [!NOTE] syntax is github only. probably no other tool will know what to do with it when redering this markdown...

And this is not how a note works. missing the line break, and more.

this is how it is supposed to be: https://github.com/orgs/community/discussions/16925

> [!NOTE]  
> Highlights information that users should take into account, even when skimming.

Copy link
Contributor Author

@mrutkows mrutkows Feb 9, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did assume GH markdown and forgot that you have to start the text on the next line (as my renderer did not seem to care. Can fix the multi-line aspect; is there a better way to include a "callout"? What tool should I verify with (the one Steve uses for conversion?)?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

@stevespringett stevespringett Feb 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The tool is our GitHub Action that runs. But since this is a PR, I'm running it locally

}
```

---
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why add a horizontal rule here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will look at... tried to add horz. rull between major topic (headers) consistently to breakup largish markdown files for readability.

…x. values

Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
…x. values

Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
…x. values

Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
@mrutkows
Copy link
Contributor Author

mrutkows commented Feb 20, 2026

@jkowalleck @stevespringett Happy with the draft generated from my last commit by Steve late yesterday (please note for the final build that I asked Steve if he could change the CSS style for code block and callout backgrounds to light gray as red/pink really seems an odd choice and not familiar to developers accustomed to markdown and endorsed). In addition, I will note most UI designers avoid "reds" as it is universally associated with errors, danger, or stop signals, which can cause user anxiety and visual fatigue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation t: ML-BOM

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants