blob: 29e53e5a71c03c425bd9d5153df8c008b9311c41 [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.githubeventsource.CamelGithubeventsourceSourceConnector",
"artifactId": "camel-github-event-source-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-github-event-source-source",
"type": "source",
"version": "3.20.1-SNAPSHOT",
"description": "Receive Events From a Github Repository."
},
"properties": {
"camel.kamelet.github-event-source.repoName": {
"name": "camel.kamelet.github-event-source.repoName",
"description": "The Github Repository name",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.github-event-source.repoOwner": {
"name": "camel.kamelet.github-event-source.repoOwner",
"description": "The repository owner",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.github-event-source.oauthToken": {
"name": "camel.kamelet.github-event-source.oauthToken",
"description": "Oauth token",
"priority": "HIGH",
"required": "true"
}
}
}