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 a923d10d2b34d5e56a3ab0866fb14211e39fe43c Author: MelissaFlinn <[email protected]> AuthorDate: Tue Jul 12 08:12:37 2022 -0400 doc-config-descriptions-edit validation fix3 --- kamelets/aws-ddb-sink.kamelet.yaml | 2 +- kamelets/cassandra-sink.kamelet.yaml | 2 +- kamelets/cassandra-source.kamelet.yaml | 4 ++-- kamelets/ftp-sink.kamelet.yaml | 2 +- kamelets/mongodb-sink.kamelet.yaml | 2 +- kamelets/pulsar-source.kamelet.yaml | 6 +++--- kamelets/salesforce-source.kamelet.yaml | 2 +- kamelets/sftp-sink.kamelet.yaml | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/kamelets/aws-ddb-sink.kamelet.yaml b/kamelets/aws-ddb-sink.kamelet.yaml index 853e7981..945271f7 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/cassandra-sink.kamelet.yaml b/kamelets/cassandra-sink.kamelet.yaml index 19bbb5a4..09f46ed8 100644 --- a/kamelets/cassandra-sink.kamelet.yaml +++ b/kamelets/cassandra-sink.kamelet.yaml @@ -71,7 +71,7 @@ spec: - urn:camel:group:credentials consistencyLevel: title: Consistency Level - description: The consistency level to use. Set the value to one of these options: ANY, ONE, TWO, THREE, QUORUM, ALL, LOCAL_QUORUM, EACH_QUORUM, SERIAL, LOCAL_SERIAL, or LOCAL_ONE. + description: The consistency level to use. Set the value to one of these options - ANY, ONE, TWO, THREE, QUORUM, ALL, LOCAL_QUORUM, EACH_QUORUM, SERIAL, LOCAL_SERIAL, or LOCAL_ONE. type: string default: ANY prepareStatements: diff --git a/kamelets/cassandra-source.kamelet.yaml b/kamelets/cassandra-source.kamelet.yaml index b2662ad4..fd6292bf 100644 --- a/kamelets/cassandra-source.kamelet.yaml +++ b/kamelets/cassandra-source.kamelet.yaml @@ -69,12 +69,12 @@ spec: - urn:camel:group:credentials resultStrategy: title: Result Strategy - description: The strategy to convert the result set of the query. Possible values: ALL, ONE, LIMIT_10, or LIMIT_100. + description: The strategy to convert the result set of the query. Possible values are ALL, ONE, LIMIT_10, or LIMIT_100. type: string default: ALL consistencyLevel: title: Consistency Level - description: The consistency level to use. Possible values: ANY, ONE, TWO, THREE, QUORUM, ALL, LOCAL_QUORUM, EACH_QUORUM, SERIAL, LOCAL_SERIAL, or LOCAL_ONE. + description: The consistency level to use. Possible values are ANY, ONE, TWO, THREE, QUORUM, ALL, LOCAL_QUORUM, EACH_QUORUM, SERIAL, LOCAL_SERIAL, or LOCAL_ONE. type: string default: QUORUM query: diff --git a/kamelets/ftp-sink.kamelet.yaml b/kamelets/ftp-sink.kamelet.yaml index 1f1c4a98..ea86556b 100644 --- a/kamelets/ftp-sink.kamelet.yaml +++ b/kamelets/ftp-sink.kamelet.yaml @@ -79,7 +79,7 @@ spec: - 'urn:alm:descriptor:com.tectonic.ui:checkbox' fileExist: title: File Existence - description: How to behave in case of file already existent. There are 4 enums. Possible values: Override, Append, Fail, or Ignore. + description: How to behave in case of file already existent. There are 4 enums. Possible values are Override, Append, Fail, or Ignore. type: string default: Override dependencies: diff --git a/kamelets/mongodb-sink.kamelet.yaml b/kamelets/mongodb-sink.kamelet.yaml index 7bce443f..ead5130c 100644 --- a/kamelets/mongodb-sink.kamelet.yaml +++ b/kamelets/mongodb-sink.kamelet.yaml @@ -69,7 +69,7 @@ spec: type: string writeConcern: title: Write Concern - description: The level of acknowledgment requested from MongoDB for write operations. Possible values: ACKNOWLEDGED, W1, W2, W3, UNACKNOWLEDGED, JOURNALED, or MAJORITY. + description: The level of acknowledgment requested from MongoDB for write operations. Possible values are ACKNOWLEDGED, W1, W2, W3, UNACKNOWLEDGED, JOURNALED, or MAJORITY. type: string createCollection: title: Collection diff --git a/kamelets/pulsar-source.kamelet.yaml b/kamelets/pulsar-source.kamelet.yaml index 178a26a8..fa14a076 100644 --- a/kamelets/pulsar-source.kamelet.yaml +++ b/kamelets/pulsar-source.kamelet.yaml @@ -118,7 +118,7 @@ spec: - 'urn:alm:descriptor:com.tectonic.ui:checkbox' subscriptionInitialPosition: title: Subscription Initial Position - description: "Control the initial position in the topic of a newly created subscription. Default is latest message.Possible values: EARLIEST or LATEST" + description: "Control the initial position in the topic of a newly created subscription. Default is latest message. Possible values are EARLIEST or LATEST." type: string default: LATEST subscriptionName: @@ -128,12 +128,12 @@ spec: default: subs subscriptionTopicsMode: title: Subscription Topics Mode - description: "Determines to which topics this consumer should be subscribed to - Persistent, Non-Persistent, or both. Only used with pattern subscriptions.Possible values: PersistentOnly, NonPersistentOnly, AllTopics" + description: "Determines to which topics this consumer should be subscribed to - Persistent, Non-Persistent, or both. Only used with pattern subscriptions.Possible values are PersistentOnly, NonPersistentOnly, or AllTopics." type: string default: PersistentOnly subscriptionType: title: Subscription Type - description: "Type of the subscription. Possible values: EXCLUSIVE, SHARED, FAILOVER, KEY_SHARED" + description: "Type of the subscription. Possible values are EXCLUSIVE, SHARED, FAILOVER, KEY_SHARED." type: string default: EXCLUSIVE topicsPattern: diff --git a/kamelets/salesforce-source.kamelet.yaml b/kamelets/salesforce-source.kamelet.yaml index edb8a151..28b6c3f4 100644 --- a/kamelets/salesforce-source.kamelet.yaml +++ b/kamelets/salesforce-source.kamelet.yaml @@ -57,7 +57,7 @@ spec: default: https://login.salesforce.com notifyForFields: title: Notify For Fields - description: Notify for fields. Possible options: ALL, REFERENCED, SELECT, or WHERE. + description: Notify for fields. Possible values are ALL, REFERENCED, SELECT, or WHERE. type: string default: ALL clientId: diff --git a/kamelets/sftp-sink.kamelet.yaml b/kamelets/sftp-sink.kamelet.yaml index 95055298..0ef40d57 100644 --- a/kamelets/sftp-sink.kamelet.yaml +++ b/kamelets/sftp-sink.kamelet.yaml @@ -79,7 +79,7 @@ spec: - 'urn:alm:descriptor:com.tectonic.ui:checkbox' fileExist: title: File Existence - description: How to behave in case of file already existent. There are 4 enums. Possible values: Override, Append, Fail, or Ignore + description: How to behave in case of file already existent. There are 4 enums. Possible values are Override, Append, Fail, or Ignore. type: string default: Override dependencies:
