This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit c348ba223ebbd0dfe6346a067f4b4cac0df04298
Author: MelissaFlinn <[email protected]>
AuthorDate: Tue Jul 12 08:19:40 2022 -0400

    doc-config-descriptions-edit validation fix4
---
 kamelets/aws-ddb-sink.kamelet.yaml  | 2 +-
 kamelets/ftps-sink.kamelet.yaml     | 2 +-
 kamelets/pulsar-sink.kamelet.yaml   | 4 ++--
 kamelets/pulsar-source.kamelet.yaml | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/kamelets/aws-ddb-sink.kamelet.yaml 
b/kamelets/aws-ddb-sink.kamelet.yaml
index 945271f7..fb3435c1 100644
--- a/kamelets/aws-ddb-sink.kamelet.yaml
+++ b/kamelets/aws-ddb-sink.kamelet.yaml
@@ -71,7 +71,7 @@ spec:
         enum: ["af-south-1", "ap-east-1", "ap-northeast-1", "ap-northeast-2", 
"ap-northeast-3", "ap-south-1", "ap-southeast-1", "ap-southeast-2", 
"ap-southeast-3", "ca-central-1", "eu-central-1", "eu-north-1", "eu-south-1", 
"eu-west-1", "eu-west-2", "eu-west-3", "fips-us-east-1", "fips-us-east-2", 
"fips-us-west-1", "fips-us-west-2", "me-south-1", "sa-east-1", "us-east-1", 
"us-east-2", "us-west-1", "us-west-2", "cn-north-1", "cn-northwest-1", 
"us-gov-east-1", "us-gov-west-1", "us-iso-east [...]
       operation:
         title: Operation
-        description: The operation to perform. The options are PutItem, 
UpdateItem, or DeleteItem.
+        description: "The operation to perform. The options are PutItem, 
UpdateItem, or DeleteItem.""
         type: string
         default: PutItem
         example: PutItem
diff --git a/kamelets/ftps-sink.kamelet.yaml b/kamelets/ftps-sink.kamelet.yaml
index 6bf2044b..7050519f 100644
--- a/kamelets/ftps-sink.kamelet.yaml
+++ b/kamelets/ftps-sink.kamelet.yaml
@@ -79,7 +79,7 @@ spec:
         - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
       fileExist:
         title: File Existence
-        description: Specifies how the Kamelet behaves if the file already 
exists. The value can be: Override, Append, Fail, or Ignore.
+        description: "Specifies how the Kamelet behaves if the file already 
exists. Possible values are Override, Append, Fail, or Ignore."
         type: string
         default: Override
   dependencies:
diff --git a/kamelets/pulsar-sink.kamelet.yaml 
b/kamelets/pulsar-sink.kamelet.yaml
index a8857c44..cbd9e19d 100644
--- a/kamelets/pulsar-sink.kamelet.yaml
+++ b/kamelets/pulsar-sink.kamelet.yaml
@@ -51,7 +51,7 @@ spec:
         type: string
       topicType:
         title: Topic Type
-        description: "The topic type. Possible values are: persistent or 
non-persistent"
+        description: "The topic type. Possible values are persistent or 
non-persistent."
         type: string  
       namespaceName:
         title: Pulsar Namespace Name
@@ -97,7 +97,7 @@ spec:
           - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
       compressionType:
         title: Compression Type
-        description: "Compression type to use. Possible values are: NONE, LZ4, 
ZLIB, ZSTD, SNAPPY"
+        description: "Compression type to use. Possible values are NONE, LZ4, 
ZLIB, ZSTD, or SNAPPY."
         type: string
         default: "NONE"
         x-descriptors:
diff --git a/kamelets/pulsar-source.kamelet.yaml 
b/kamelets/pulsar-source.kamelet.yaml
index fa14a076..ea863bbb 100644
--- a/kamelets/pulsar-source.kamelet.yaml
+++ b/kamelets/pulsar-source.kamelet.yaml
@@ -51,7 +51,7 @@ spec:
         type: string
       topicType:
         title: Topic Type
-        description: "The topic type. Possible values are: persistent or 
non-persistent"
+        description: "The topic type. Possible values are persistent or 
non-persistent."
         type: string  
       namespaceName:
         title: Pulsar Namespace Name

Reply via email to