Apache Airflow · Schema

HealthInfo

Instance status information.

ApacheDAGData PipelineETLOpen SourceOrchestrationPythonSchedulingWorkflow

Properties

Name Type Description
metadatabase object
scheduler object
View JSON Schema on GitHub

JSON Schema

openapi.yaml-health-info-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-airflow/refs/heads/main/json-schema/openapi.yaml-health-info-schema.json",
  "title": "HealthInfo",
  "description": "Instance status information.",
  "type": "object",
  "properties": {
    "metadatabase": {
      "$ref": "#/components/schemas/MetadatabaseStatus"
    },
    "scheduler": {
      "$ref": "#/components/schemas/SchedulerStatus"
    }
  }
}