Apache Airflow · JSON Structure

Openapi.Yaml Connection Test Structure

Connection test results. *New in version 2.2.0*

Type: object Properties: 2
ApacheDAGData PipelineETLOpen SourceOrchestrationPythonSchedulingWorkflow

ConnectionTest 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

message status

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-connection-test-structure.json",
  "name": "ConnectionTest",
  "description": "Connection test results.\n\n*New in version 2.2.0*\n",
  "type": "object",
  "properties": {
    "message": {
      "description": "The success or failure message of the request.",
      "type": "string"
    },
    "status": {
      "description": "The status of the request.",
      "type": "boolean"
    }
  }
}