Apache Airflow · JSON Structure

Airflow Last Asset Event Response Structure

Last asset event response serializer.

Type: object Properties: 2
Workflow OrchestrationData PipelineOpen SourceApacheDAGSchedulingETLData Engineering

LastAssetEventResponse 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

id timestamp

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-last-asset-event-response-structure.json",
  "name": "LastAssetEventResponse",
  "description": "Last asset event response serializer.",
  "type": "object",
  "properties": {
    "id": {
      "anyOf": [
        {
          "type": "int32",
          "minimum": 0.0
        },
        {
          "type": "null"
        }
      ],
      "title": "Id"
    },
    "timestamp": {
      "anyOf": [
        {
          "type": "datetime"
        },
        {
          "type": "null"
        }
      ],
      "title": "Timestamp"
    }
  }
}