Apache Samza · JSON Structure

Apache Samza Task List Structure

List of Samza tasks

Type: object Properties: 1
Big DataHadoopKafkaStream ProcessingStreamingApacheOpen Source

TaskList is a JSON Structure definition published by Apache Samza, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

tasks

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-samza/refs/heads/main/json-structure/apache-samza-task-list-structure.json",
  "description": "List of Samza tasks",
  "type": "object",
  "properties": {
    "tasks": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Task"
      }
    }
  },
  "name": "TaskList"
}