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
// One or more JSON Pointers(https://datatracker.ietf.org/doc/html/rfc6901) identifying the BOM fields to which the attribution applies.
2405
2405
repeatedstringpointer=2;
2406
-
// Timestamp when the citation occurred
2406
+
// Timestamp when the attribution was made or the information was supplied.
2407
2407
google.protobuf.Timestamptimestamp=3;
2408
-
// The entity (component, service, org, or person) that supplied the data (optional)
2408
+
// The `bom-ref` of an object, such as a component, service, organisational entity, or person that supplied the cited information.
2409
2409
optionalstringattributed_to=4;
2410
-
// The process (workflow/formula/task) that generated the data (optional)
2410
+
// An optional `bom-ref` to a process (such as a formula, workflow, task, or step) defined in the `formulation` section that executed or generated the attributed data.
2411
2411
optionalstringprocess=5;
2412
-
// Optional human-readable note
2412
+
// An optional description or comment about the context or quality of the data attribution.
A JSON Pointer(https://datatracker.ietf.org/doc/html/rfc6901) identifying the BOM field to which the attribution applies. Users of other serialisation formats (e.g. XML) shall use the JSON Pointer format to ensure consistent field referencing across representations.
An optional `bom-ref` to a process (such as a formula, workflow, task, or step) defined in the `formulation` section that executed or generated the attributed data.
0 commit comments