Apache Airflow · JSON Structure

Openapi.Yaml Action Resource Structure

The Action-Resource item. *New in version 2.1.0*

Type: object Properties: 2
ApacheDAGData PipelineETLOpen SourceOrchestrationPythonSchedulingWorkflow

ActionResource 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

action resource

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-action-resource-structure.json",
  "name": "ActionResource",
  "description": "The Action-Resource item.\n\n*New in version 2.1.0*\n",
  "type": "object",
  "properties": {
    "action": {
      "$ref": "#/components/schemas/Action",
      "description": "The permission action",
      "type": "object"
    },
    "resource": {
      "$ref": "#/components/schemas/Resource",
      "description": "The permission resource",
      "type": "object"
    }
  }
}