From b3d9a2bd46d947b8279bbb2448d427eb2d341b46 Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Wed, 10 Apr 2024 13:10:34 +0200 Subject: [PATCH] fix: ProtoBuf evidence not repeated, but optional Signed-off-by: Jan Kowalleck --- schema/bom-1.6.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/bom-1.6.proto b/schema/bom-1.6.proto index 573b4435..67ef510b 100644 --- a/schema/bom-1.6.proto +++ b/schema/bom-1.6.proto @@ -133,7 +133,7 @@ message Component { // Specifies optional, custom, properties repeated Property properties = 22; // Specifies optional license and copyright evidence - repeated Evidence evidence = 23; + optional 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.