Skip to content

Commit 3be8452

Browse files
Fixed GitHub PR review comments.
1 parent bece3f2 commit 3be8452

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

eiffel-vocabulary/EiffelArtifactCreatedEvent.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ __Description:__ The identity of the created artifact, in [purl format](https://
2828
### data.fileInformation
2929
__Type:__ Object[]
3030
__Required:__ No
31-
__Description:__ A list of the artifact file contents. This information is optional, and when included, MAY include a complete or incomplete list of contents. In other words, it may be used to highlight only particular files of interest, such as launcher binaries or other entry-points.
31+
__Description:__ A list of the artifact file contents. This information is optional and, when included, MAY include a complete or incomplete list of contents. In other words, it may be used to highlight only particular files of interest, such as launcher binaries or other entry-points.
3232

3333
#### data.fileInformation.name
3434
__Type:__ String
@@ -59,13 +59,13 @@ AT_LEAST_ONE signifies that a legal composition must contain one or more impleme
5959
__Type:__ String
6060
__Format:__ [purl specification](https://github.com/package-url/purl-spec)
6161
__Required:__ No
62-
__Description:__ An array of [purl identified](https://github.com/package-url/purl-spec) entities this artifact implements. The typical use case of this is to identify interfaces implemented by this artifact. Note that [version range notation](https://docs.oracle.com/middleware/1212/core/MAVEN/maven_version.htm#MAVEN402) may be used for the version component of the package identity.
62+
__Description:__ An array of [purl identified](https://github.com/package-url/purl-spec) entities this artifact implements. The typical use case of this is to identify interfaces implemented by this artifact. While not included in the purl specification itself, the Eiffel protocol allows version range notation according to [Maven syntax](https://docs.oracle.com/middleware/1212/core/MAVEN/maven_version.htm#MAVEN402) to be used for the version component of the package identity. Note that the purl specification always requires the version component to be percent-encoded.
6363

6464
### data.dependsOn
6565
__Type:__ String
6666
__Format:__ [purl specification](https://github.com/package-url/purl-spec)
6767
__Required:__ No
68-
__Description:__ An array of [purl identified](https://github.com/package-url/purl-spec) entities this artifact depends on. Note that [version range notation](https://docs.oracle.com/middleware/1212/core/MAVEN/maven_version.htm#MAVEN402) may be used for the version component of the package identity.
68+
__Description:__ An array of [purl identified](https://github.com/package-url/purl-spec) entities this artifact depends on. While not included in the purl specification itself, the Eiffel protocol allows version range notation according to [Maven syntax](https://docs.oracle.com/middleware/1212/core/MAVEN/maven_version.htm#MAVEN402) to be used for the version component of the package identity. Note that the purl specification always requires the version component to be percent-encoded.
6969

7070
### data.name
7171
__Type:__ String

0 commit comments

Comments
 (0)