Skip to content

Commit

Permalink
fix: revert PR #425 (#516)
Browse files Browse the repository at this point in the history
This PR reverts previously wrong merge of PR #425 (which introduced
unexpected breaking-changes)
See
#425 (comment)


reopen #422

Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
  • Loading branch information
jkowalleck authored Sep 4, 2024
1 parent bfb6f8b commit acc5f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/bom-1.6.proto
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ message Component {
// Specifies optional, custom, properties
repeated Property properties = 22;
// Specifies optional license and copyright evidence
optional Evidence evidence = 23;
repeated Evidence evidence = 23;
// Specifies optional release notes.
optional ReleaseNotes releaseNotes = 24;
// A model card describes the intended uses of a machine learning model, potential limitations, biases, ethical considerations, training parameters, datasets used to train the model, performance metrics, and other relevant data useful for ML transparency.
Expand Down

0 comments on commit acc5f3a

Please sign in to comment.