blob: 98de5df4acfaabf6062d489b7d970cd5d8cd1ff8 [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.restopenapisink.CamelRestopenapisinkSinkConnector",
"artifactId": "camel-rest-openapi-sink-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-rest-openapi-sink-sink",
"type": "sink",
"version": "3.20.1-SNAPSHOT",
"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)."
},
"properties": {
"camel.kamelet.rest-openapi-sink.specification": {
"name": "camel.kamelet.rest-openapi-sink.specification",
"description": "The URI to the OpenApi specification file. Example: https:\/\/api.example.com\/openapi.json",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.rest-openapi-sink.operation": {
"name": "camel.kamelet.rest-openapi-sink.operation",
"description": "The operation to call.",
"priority": "HIGH",
"required": "true"
}
}
}