Apache Airflow · JSON Structure

Openapi.Yaml Cron Expression Structure

Cron expression

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

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

Properties

__type value

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-cron-expression-structure.json",
  "name": "CronExpression",
  "description": "Cron expression",
  "type": "object",
  "properties": {
    "__type": {
      "type": "string"
    },
    "value": {
      "type": "string"
    }
  },
  "required": [
    "__type",
    "value"
  ]
}