Skip to content

Commit 0bd4de7

Browse files
Updated comments
Signed-off-by: Steve Springett <[email protected]>
1 parent 7f2978e commit 0bd4de7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

schema/bom-1.7.proto

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2406,9 +2406,12 @@ message CryptoProperties {
24062406
optional string oid = 6;
24072407
}
24082408

2409+
// Either an individual patents or patent families.
24092410
message PatentOrFamily {
24102411
oneof item {
2412+
// An individual patent
24112413
Patent patent = 1;
2414+
// A patent family
24122415
PatentFamily patent_family = 2;
24132416
}
24142417
}
@@ -2503,8 +2506,11 @@ message PatentAssertion {
25032506

25042507
message Asserter {
25052508
oneof value {
2509+
// An organization
25062510
OrganizationalEntity organization = 1;
2511+
// An individual
25072512
OrganizationalContact individual = 2;
2513+
// A reference to a previously defined `organizationalContact` or `organizationalEntity` object in the BOM. The value must be a valid `bom-ref` pointing to one of these objects.
25082514
string ref = 3;
25092515
}
25102516
}

0 commit comments

Comments
 (0)