Apache Airflow · JSON Structure

Openapi.Yaml Relative Delta Structure

Relative delta

Type: object Properties: 16 Required: 16
ApacheDAGData PipelineETLOpen SourceOrchestrationPythonSchedulingWorkflow

RelativeDelta is a JSON Structure definition published by Apache Airflow, describing 16 properties, of which 16 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

__type day days hour hours leapdays microsecond microseconds minute minutes month months second seconds year years

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-relative-delta-structure.json",
  "name": "RelativeDelta",
  "description": "Relative delta",
  "type": "object",
  "properties": {
    "__type": {
      "type": "string"
    },
    "day": {
      "type": "integer"
    },
    "days": {
      "type": "integer"
    },
    "hour": {
      "type": "integer"
    },
    "hours": {
      "type": "integer"
    },
    "leapdays": {
      "type": "integer"
    },
    "microsecond": {
      "type": "integer"
    },
    "microseconds": {
      "type": "integer"
    },
    "minute": {
      "type": "integer"
    },
    "minutes": {
      "type": "integer"
    },
    "month": {
      "type": "integer"
    },
    "months": {
      "type": "integer"
    },
    "second": {
      "type": "integer"
    },
    "seconds": {
      "type": "integer"
    },
    "year": {
      "type": "integer"
    },
    "years": {
      "type": "integer"
    }
  },
  "required": [
    "__type",
    "years",
    "months",
    "days",
    "leapdays",
    "hours",
    "minutes",
    "seconds",
    "microseconds",
    "year",
    "month",
    "day",
    "hour",
    "minute",
    "second",
    "microsecond"
  ]
}