Apache Oozie · JSON Structure

Apache Oozie Build Version Structure

Oozie server build version information.

Type: object Properties: 1
WorkflowHadoopOrchestrationSchedulingBig DataApacheJavaOpen Source

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

Properties

buildVersion

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-build-version-structure.json",
  "name": "BuildVersion",
  "description": "Oozie server build version information.",
  "type": "object",
  "properties": {
    "buildVersion": {
      "type": "string",
      "description": "The Oozie build version string.",
      "example": "5.2.1"
    }
  }
}