Skip to content

Commit b3d9a2b

Browse files
committed
fix: ProtoBuf evidence not repeated, but optional
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 9899d5c commit b3d9a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/bom-1.6.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ message Component {
133133
// Specifies optional, custom, properties
134134
repeated Property properties = 22;
135135
// Specifies optional license and copyright evidence
136-
repeated Evidence evidence = 23;
136+
optional Evidence evidence = 23;
137137
// Specifies optional release notes.
138138
optional ReleaseNotes releaseNotes = 24;
139139
// 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.

0 commit comments

Comments
 (0)