Apache Samza · Schema

JobList

List of Samza jobs

Big DataHadoopKafkaStream ProcessingStreamingApacheOpen Source

Properties

Name Type Description
jobs array
View JSON Schema on GitHub

JSON Schema

apache-samza-job-list-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-samza/refs/heads/main/json-schema/apache-samza-job-list-schema.json",
  "title": "JobList",
  "description": "List of Samza jobs",
  "type": "object",
  "properties": {
    "jobs": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Job"
      }
    }
  }
}