Skip to content

Commit 15c01c8

Browse files
authored
Merge pull request #22 from Stefan-Driessen/main
Minor Update README.md
2 parents 60525a1 + d575823 commit 15c01c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Constraints:
107107
* `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.
108108
* `FullyQualifiedName: [Optional[String]]` human-readable name that describes better the Workload.
109109
* `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`.
111111
* `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.
112112
Constraints:
113113
* 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:
136136
* `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.
137137
* `FullyQualifiedName: [Optional[String]]` human-readable name that describes better the Storage Area.
138138
* `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`.
140140
* `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
141141
* `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.
142142
* `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

Comments
 (0)