Apache Airflow · JSON Structure

Airflow Asset Alias Response Structure

Asset alias serializer for responses.

Type: object Properties: 3 Required: 3
Workflow OrchestrationData PipelineOpen SourceApacheDAGSchedulingETLData Engineering

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

Properties

id name group

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/airflow/refs/heads/main/json-structure/airflow-asset-alias-response-structure.json",
  "name": "AssetAliasResponse",
  "description": "Asset alias serializer for responses.",
  "type": "object",
  "properties": {
    "id": {
      "type": "int32",
      "title": "Id"
    },
    "name": {
      "type": "string",
      "title": "Name"
    },
    "group": {
      "type": "string",
      "title": "Group"
    }
  },
  "required": [
    "id",
    "name",
    "group"
  ]
}