Apache Kafka · JSON-LD Context

Apache Kafka Kafka Connect Create Context

JSON-LD context defining the semantic vocabulary for Apache Kafka Kafka Connect Create from Apache Kafka.

2 Classes 1 Properties 4 Namespaces
View Context View on GitHub

Namespaces

kafka: https://apache-kafka.apache.org/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

CreateConnectorRequest name

Properties

Property Type Container
config reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "kafka": "https://apache-kafka.apache.org/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "CreateConnectorRequest": "kafka:CreateConnectorRequest",
    "name": "schema:name",
    "config": {
      "@id": "kafka:config",
      "@type": "@id"
    }
  }
}