From 8d2bed5639863e70a570d4ebc86d133403cadd30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emil=20B=C3=A4ckmark?= Date: Mon, 20 May 2019 12:21:05 +0200 Subject: [PATCH] Correct ArtC documentation --- eiffel-vocabulary/EiffelArtifactCreatedEvent.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eiffel-vocabulary/EiffelArtifactCreatedEvent.md b/eiffel-vocabulary/EiffelArtifactCreatedEvent.md index a970e2fe..fb542c33 100644 --- a/eiffel-vocabulary/EiffelArtifactCreatedEvent.md +++ b/eiffel-vocabulary/EiffelArtifactCreatedEvent.md @@ -56,13 +56,13 @@ EXACTLY_ONE signifies that a legal composition must contain one and only one imp AT_LEAST_ONE signifies that a legal composition must contain one or more implementations of this artifact. ### data.implements -__Type:__ String +__Type:__ String[] __Format:__ [purl specification](https://github.com/package-url/purl-spec) __Required:__ No __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. ### data.dependsOn -__Type:__ String +__Type:__ String[] __Format:__ [purl specification](https://github.com/package-url/purl-spec) __Required:__ No __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.