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 16b042ca4c84f69ce761a38e904481e607e40621 Author: MelissaFlinn <[email protected]> AuthorDate: Mon Jul 11 10:21:26 2022 -0400 doc-config-descriptions-edit messaging --- kamelets/http-sink.kamelet.yaml | 6 +++--- kamelets/jms-amqp-10-sink.kamelet.yaml | 8 ++++---- kamelets/jms-amqp-10-source.kamelet.yaml | 8 ++++---- kamelets/jms-apache-artemis-sink.kamelet.yaml | 8 ++++---- kamelets/jms-apache-artemis-source.kamelet.yaml | 8 ++++---- kamelets/rest-openapi-sink.kamelet.yaml | 6 +++--- 6 files changed, 22 insertions(+), 22 deletions(-) diff --git a/kamelets/http-sink.kamelet.yaml b/kamelets/http-sink.kamelet.yaml index 6ebf541d..5101ebce 100644 --- a/kamelets/http-sink.kamelet.yaml +++ b/kamelets/http-sink.kamelet.yaml @@ -29,20 +29,20 @@ metadata: spec: definition: title: HTTP Sink - description: Forwards an event to a HTTP endpoint + description: Forward data to a HTTP or HTTPS endpoint. required: - url type: object properties: url: title: URL - description: The URL to send data to + description: The URL to which you want to send data. type: string example: "https://my-service/path" pattern: "^(http|https)://.*" method: title: Method - description: The HTTP method to use + description: The HTTP method to use. type: string default: POST dependencies: diff --git a/kamelets/jms-amqp-10-sink.kamelet.yaml b/kamelets/jms-amqp-10-sink.kamelet.yaml index 6ef58e1e..c40b7176 100644 --- a/kamelets/jms-amqp-10-sink.kamelet.yaml +++ b/kamelets/jms-amqp-10-sink.kamelet.yaml @@ -30,7 +30,7 @@ metadata: spec: definition: title: "JMS - AMQP 1.0 Kamelet Sink" - description: "A Kamelet that can produce events to any AMQP 1.0 compliant message broker using the Apache Qpid JMS client" + description: "Send data to any AMQP 1.0 compliant message broker by using the Apache Qpid JMS client." required: - destinationName - remoteURI @@ -38,16 +38,16 @@ spec: properties: destinationType: title: "Destination Type" - description: "The JMS destination type (i.e.: queue or topic)" + description: "The JMS destination type (queue or topic)." type: string default: queue destinationName: title: "Destination Name" - description: "The JMS destination name" + description: "The JMS destination name." type: string remoteURI: title: "Broker URL" - description: "The JMS URL" + description: "The JMS URL." type: string example: "amqp://my-host:31616" dependencies: diff --git a/kamelets/jms-amqp-10-source.kamelet.yaml b/kamelets/jms-amqp-10-source.kamelet.yaml index aa5d4a9c..abaf9e23 100644 --- a/kamelets/jms-amqp-10-source.kamelet.yaml +++ b/kamelets/jms-amqp-10-source.kamelet.yaml @@ -30,7 +30,7 @@ metadata: spec: definition: title: "JMS - AMQP 1.0 Kamelet Source" - description: "A Kamelet that can consume events from any AMQP 1.0 compliant message broker using the Apache Qpid JMS client" + description: "Consume data from any AMQP 1.0 compliant message broker by using the Apache." required: - destinationName - remoteURI @@ -38,16 +38,16 @@ spec: properties: destinationType: title: "Destination Type" - description: "The JMS destination type (i.e.: queue or topic)" + description: "The JMS destination type (queue or topic)." type: string default: queue destinationName: title: "Destination Name" - description: "The JMS destination name" + description: "The JMS destination name." type: string remoteURI: title: "Broker URL" - description: "The JMS URL" + description: "The JMS URL." type: string example: "amqp://my-host:31616" dependencies: diff --git a/kamelets/jms-apache-artemis-sink.kamelet.yaml b/kamelets/jms-apache-artemis-sink.kamelet.yaml index 6ea47c79..d6476f3f 100644 --- a/kamelets/jms-apache-artemis-sink.kamelet.yaml +++ b/kamelets/jms-apache-artemis-sink.kamelet.yaml @@ -30,7 +30,7 @@ metadata: spec: definition: title: "JMS - Apache Artemis Kamelet Sink" - description: "A Kamelet that can produce events to an Apache Artemis message broker using JMS" + description: "Send data to an Apache Artemis message broker by using JMS." required: - destinationName - brokerURL @@ -38,17 +38,17 @@ spec: properties: destinationType: title: "Destination Type" - description: "The JMS destination type (i.e.: queue or topic)" + description: "The JMS destination type (queue or topic)." type: string default: queue destinationName: title: "Destination Name" - description: "The JMS destination name" + description: "The JMS destination name." type: string example: person brokerURL: title: "Broker URL" - description: "The JMS URL" + description: "The JMS URL." type: string example: "tcp://my-host:61616" dependencies: diff --git a/kamelets/jms-apache-artemis-source.kamelet.yaml b/kamelets/jms-apache-artemis-source.kamelet.yaml index 7473504c..2a003a7a 100644 --- a/kamelets/jms-apache-artemis-source.kamelet.yaml +++ b/kamelets/jms-apache-artemis-source.kamelet.yaml @@ -30,7 +30,7 @@ metadata: spec: definition: title: "JMS - Apache Artemis Kamelet Source" - description: "A Kamelet that can consume events from an Apache Artemis message broker using JMS" + description: "Receive data from an Apache Artemis message broker by using JMS." required: - destinationName - brokerURL @@ -38,16 +38,16 @@ spec: properties: destinationType: title: "Destination Type" - description: "The JMS destination type (i.e.: queue or topic)" + description: "The JMS destination type (queue or topic)." type: string default: queue destinationName: title: "Destination Name" - description: "The JMS destination name" + description: "The JMS destination name." type: string brokerURL: title: "Broker URL" - description: "The JMS URL" + description: "The JMS URL." type: string example: "tcp://k3s-node-master.usersys.redhat.com:31616" dependencies: diff --git a/kamelets/rest-openapi-sink.kamelet.yaml b/kamelets/rest-openapi-sink.kamelet.yaml index a2b8787a..f78d98b2 100644 --- a/kamelets/rest-openapi-sink.kamelet.yaml +++ b/kamelets/rest-openapi-sink.kamelet.yaml @@ -29,7 +29,7 @@ metadata: spec: definition: title: REST OpenAPI Sink - description: Load OpenAPI specification from URI and call an operation on the HTTP service. The request is generated respecting the rules given in the OpenAPI specification (e.g. path parameters, Content-Type). + description: Load an OpenAPI specification from a URI and call an operation on a HTTP service. The request that is generated respects the rules given in the OpenAPI specification (for example, path parameters and Content-Type). required: - specification - operation @@ -37,13 +37,13 @@ spec: properties: specification: title: Specification URI - description: URI to the OpenApi specification file + description: The URI to the OpenApi specification file. type: string example: "https://api.example.com/openapi.json" pattern: "^(http|https|file|classpath)://.*" operation: title: Operation ID - description: The operation to call + description: The operation to call. type: string dependencies: - "camel:rest-openapi"
