Apache Kafka · JSON-LD Context

Apache Kafka Kafka Connect Task Context

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

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

TaskInfo TaskStatus

Properties

Property Type Container
id reference
connector string
task integer
config reference
state string
workerId string
trace string

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#",
    "TaskInfo": "kafka:TaskInfo",
    "TaskStatus": "kafka:TaskStatus",
    "id": {
      "@id": "kafka:id",
      "@type": "@id"
    },
    "connector": {
      "@id": "kafka:connector",
      "@type": "xsd:string"
    },
    "task": {
      "@id": "kafka:task",
      "@type": "xsd:integer"
    },
    "config": {
      "@id": "kafka:config",
      "@type": "@id"
    },
    "state": {
      "@id": "kafka:state",
      "@type": "xsd:string"
    },
    "workerId": {
      "@id": "kafka:worker_id",
      "@type": "xsd:string"
    },
    "trace": {
      "@id": "kafka:trace",
      "@type": "xsd:string"
    }
  }
}