Apache Kafka · JSON-LD Context

Apache Kafka Kafka Connect Config Context

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

2 Classes 3 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

ConfigValidationResult name

Properties

Property Type Container
errorCount integer
groups string set
configs reference set

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#",
    "ConfigValidationResult": "kafka:ConfigValidationResult",
    "name": "schema:name",
    "errorCount": {
      "@id": "kafka:error_count",
      "@type": "xsd:integer"
    },
    "groups": {
      "@id": "kafka:groups",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "configs": {
      "@id": "kafka:configs",
      "@container": "@set",
      "@type": "@id"
    }
  }
}