Apache Airflow · JSON Structure

Openapi.Yaml Health Info Structure

Instance status information.

Type: object Properties: 2
ApacheDAGData PipelineETLOpen SourceOrchestrationPythonSchedulingWorkflow

HealthInfo is a JSON Structure definition published by Apache Airflow, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

metadatabase scheduler

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-airflow/refs/heads/main/json-structure/openapi.yaml-health-info-structure.json",
  "name": "HealthInfo",
  "description": "Instance status information.",
  "type": "object",
  "properties": {
    "metadatabase": {
      "$ref": "#/components/schemas/MetadatabaseStatus"
    },
    "scheduler": {
      "$ref": "#/components/schemas/SchedulerStatus"
    }
  }
}