Skip to content

Commit 0266339

Browse files
authored
fix(ProtoBuf): Component.evidence optional (#534)
fixes #422 by reverting the unreleased 19a1530 & acc5f3a as discussed here: #422 (comment) Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 8858683 commit 0266339

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

schema/bom-1.6.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ message Component {
133133
repeated Component components = 21;
134134
// Specifies optional, custom, properties
135135
repeated Property properties = 22;
136-
// Specifies optional license and copyright evidence. Only the first item in the optional repeated list is to be taken into account; every other item in the list is to be ignored/omitted.
137-
repeated Evidence evidence = 23;
136+
// Specifies optional license and copyright evidence.
137+
optional Evidence evidence = 23;
138138
// Specifies optional release notes.
139139
optional ReleaseNotes releaseNotes = 24;
140140
// 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)