Acceldata · JSON Structure

Adoc Api Lineage Node Structure

A node in the data lineage graph

Type: object Properties: 3
AI AgentsData ManagementData ObservabilityData PipelineData QualityIntelligenceObservability

Adoc Api Lineage Node Structure is a JSON Structure definition published by Acceldata, describing 3 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

id name source

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://acceldata.io/structures/adoc-api-lineage-node.json",
  "title": "LineageNode",
  "type": "object",
  "description": "A node in the data lineage graph",
  "properties": {
    "id": {
      "type": "string",
      "description": "Dataset or table identifier"
    },
    "name": {
      "type": "string",
      "description": "Dataset or table name"
    },
    "source": {
      "type": "string",
      "description": "Source platform"
    }
  }
}