Apache Airflow · Schema

CollectionInfo

Metadata about collection.

ApacheDAGData PipelineETLOpen SourceOrchestrationPythonSchedulingWorkflow

Properties

Name Type Description
total_entries integer Count of total objects in the current result set before pagination parameters (limit, offset) are applied.
View JSON Schema on GitHub

JSON Schema

openapi.yaml-collection-info-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-airflow/refs/heads/main/json-schema/openapi.yaml-collection-info-schema.json",
  "title": "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"
    }
  }
}