You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: schema/bom-1.7.proto
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2406,9 +2406,12 @@ message CryptoProperties {
2406
2406
optionalstringoid=6;
2407
2407
}
2408
2408
2409
+
// Either an individual patents or patent families.
2409
2410
messagePatentOrFamily {
2410
2411
oneofitem {
2412
+
// An individual patent
2411
2413
Patentpatent=1;
2414
+
// A patent family
2412
2415
PatentFamilypatent_family=2;
2413
2416
}
2414
2417
}
@@ -2503,8 +2506,11 @@ message PatentAssertion {
2503
2506
2504
2507
messageAsserter {
2505
2508
oneofvalue {
2509
+
// An organization
2506
2510
OrganizationalEntityorganization=1;
2511
+
// An individual
2507
2512
OrganizationalContactindividual=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.
0 commit comments