Apache Oozie · JSON Structure

Apache Oozie Job Id Structure

Job submission response containing the assigned job ID.

Type: object Properties: 1 Required: 1
WorkflowHadoopOrchestrationSchedulingBig DataApacheJavaOpen Source

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

Properties

id

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-oozie/refs/heads/main/json-structure/apache-oozie-job-id-structure.json",
  "name": "JobId",
  "description": "Job submission response containing the assigned job ID.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The Oozie job identifier assigned to the submitted job.",
      "example": "0000001-200101120000000-oozie-admin-W"
    }
  },
  "required": [
    "id"
  ]
}