{ "$schema": "https://json-structure.org/meta/extended/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/alation/refs/heads/main/json-structure/alation-alation-lineage-dataflow-structure.json", "title": "Dataflow", "description": "A dataflow object representing a lineage path", "type": "object", "properties": { "id": { "type": "int32", "description": "" }, "external_id": { "type": "string", "description": "" }, "title": { "type": "string", "description": "" }, "description": { "type": "string", "description": "" }, "sources": { "type": "array", "description": "" }, "targets": { "type": "array", "description": "" }, "created_at": { "type": "datetime", "description": "" }, "updated_at": { "type": "datetime", "description": "" } } }