Apache Airflow · JSON Structure

Openapi.Yaml Sla Miss Structure

SLAMiss schema from Apache Airflow API

Type: object Properties: 7
ApacheDAGData PipelineETLOpen SourceOrchestrationPythonSchedulingWorkflow

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

Properties

dag_id description email_sent execution_date notification_sent task_id timestamp

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-sla-miss-structure.json",
  "name": "SLAMiss",
  "description": "SLAMiss schema from Apache Airflow API",
  "type": "object",
  "properties": {
    "dag_id": {
      "description": "The DAG ID.",
      "type": "string"
    },
    "description": {
      "nullable": true,
      "type": "string"
    },
    "email_sent": {
      "type": "boolean"
    },
    "execution_date": {
      "format": "datetime",
      "type": "string"
    },
    "notification_sent": {
      "type": "boolean"
    },
    "task_id": {
      "description": "The task ID.",
      "readOnly": true,
      "type": "string"
    },
    "timestamp": {
      "format": "datetime",
      "type": "string"
    }
  }
}