Apache Airflow · JSON Structure

Openapi.Yaml Collection Info Structure

Metadata about collection.

Type: object Properties: 1
ApacheDAGData PipelineETLOpen SourceOrchestrationPythonSchedulingWorkflow

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

Properties

total_entries

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-collection-info-structure.json",
  "name": "CollectionInfo",
  "description": "Metadata about collection.",
  "type": "object",
  "properties": {
    "total_entries": {
      "description": "Count of total objects in the current result set before pagination parameters\n(limit, offset) are applied.\n",
      "type": "integer"
    }
  }
}