Skip to content

Commit ec18e41

Browse files
corrected pointer repeating
Signed-off-by: Steve Springett <[email protected]>
1 parent 84f8e2e commit ec18e41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/bom-1.7.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2400,7 +2400,7 @@ message Citation {
24002400
// Optional unique identifier for the citation
24012401
optional string bom_ref = 1;
24022402
// Field reference using JSON Pointer format
2403-
string pointer = 2;
2403+
repeated string pointer = 2;
24042404
// Timestamp when the citation occurred
24052405
google.protobuf.Timestamp timestamp = 3;
24062406
// The entity (component, service, org, or person) that supplied the data (optional)

0 commit comments

Comments
 (0)