Property description

The default property for diagram types modifies the initial appearance of the data lineage diagram.

Minimal JSON

{}
{
  "type": "diagram",
  "metamodelKey": "data_lineage",
  "isDefault": true,
  "default": {
    "incomingFlow": 1,
    "outgoingFlow": 2
  }
}

}

Nested properties

PropertyDescriptionValuesMandatory
incomingFlowNumber of objects shown in the incoming direction.integerNo
openStrategyDefines a strategy for displayed flows. If all properties are used, openStrategy will have the priority. Supported values are: smart = The diagrams displays the object and a visually appropriate number of flows in both directions. Functions the same way as the Smart Expand option when you right-click an object in a diagram., show_children_and_their_relations = The diagram displays the object, its child objects, as well incoming and outgoing flows of the child objects.stringNo
outgoingFlowNumber of objects shown in the outgoing direction.integerNo