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.5.proto
+14-12Lines changed: 14 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -147,6 +147,8 @@ message DataFlow {
147
147
repeatedstringsource=5;
148
148
// The URI, URL, or BOM-Link of the components or services the data is sent to
149
149
repeatedstringdestination=6;
150
+
// Data Governance
151
+
optionalDataGovernancegovernance=7;
150
152
}
151
153
152
154
// Specifies the flow direction of the data. Valid values are: inbound, outbound, bi-directional, and unknown. Direction is relative to the service. Inbound flow states that data enters the service. Outbound flow states that data leaves the service. Bi-directional states that data flows both ways, and unknown states that the direction is not known.
@@ -1109,20 +1111,20 @@ message ComponentData {
1109
1111
// Provides the ability to document name-value parameters used for configuration.
1110
1112
repeatedPropertyproperties=3;
1111
1113
}
1114
+
}
1112
1115
1113
-
messageDataGovernance {
1114
-
// Data custodians are responsible for the safe custody, transport, and storage of data.
0 commit comments