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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ Constraints:
107
107
*`Name: [String]*` the name of the Workload. This name is used also for display purposes, so it can contain all kind of characters. When used inside the Workload ID all special characters are replaced with standard ones and spaces are replaced with dashes.
108
108
*`FullyQualifiedName: [Optional[String]]` human-readable name that describes better the Workload.
109
109
*`Description: [String]` detailed explanation about the purpose of the workload, what sources it's reading, what business logic is applying, etc.
110
-
*`Kind: [String]*` type of the entity. Since this is an Output Port the only allowed value is `workload`.
110
+
*`Kind: [String]*` type of the entity. Since this is a Workload the only allowed value is `workload`.
111
111
*`Version: [String]*` specific version of the workload. Displayed as `X.Y.Z` where X is the major version of the Data Product, Y is the minor feature and Z is the patch. Major version (X) is also shown in the component ID and those fields( version and ID) are always aligned with one another. Please note that the major version of the component *must always* correspond to the major version of the Data Product it belongs to.
112
112
Constraints:
113
113
* Major version of the Data Product is always the same as the major version of all of its components, and it is the same version that is shown in both Data Product ID and component ID.
@@ -136,7 +136,7 @@ Constraints:
136
136
*`Name: [String]*` the name of the Storage Area. This name is used also for display purposes, so it can contain all kind of characters. When used inside the Storage Area ID all special characters are replaced with standard ones and spaces are replaced with dashes.
137
137
*`FullyQualifiedName: [Optional[String]]` human-readable name that describes better the Storage Area.
138
138
*`Description: [String]` detailed explanation about the function and the meaning of this storage area,
139
-
*`Kind: [String]*` type of the entity. Since this is an Output Port the only allowed value is `storage`.
139
+
*`Kind: [String]*` type of the entity. Since this is a Storage Area the only allowed value is `storage`.
140
140
*`Owners: [Array[String]]` It is an array of user/role/group related to LDAP/AD user. This field defines who has all permissions on this specific storage area
141
141
*`InfrastructureTemplateId: [String]*` the id of the microservice responsible for provisioning the component. A microservice may be capable of provisioning several components generated from different use case templates.
142
142
*`UseCaseTemplateId: [Option[String]]*` the id of the template used in the builder to create the component. Could be empty in case the component was not created from a builder template.
0 commit comments