Apache Kafka · Schema

ConnectorPlugin

ConnectorPlugin schema from Apache kafka

Distributed SystemsEvent StreamingMessagingOpen SourcePub-Sub

Properties

Name Type Description
class string
type string
version string
View JSON Schema on GitHub

JSON Schema

kafka-connect-connector-plugin-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-kafka/refs/heads/main/json-schema/kafka-connect-connector-plugin-schema.json",
  "title": "ConnectorPlugin",
  "description": "ConnectorPlugin schema from Apache kafka",
  "type": "object",
  "properties": {
    "class": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "version": {
      "type": "string"
    }
  }
}