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. See supported openStrategy values.stringNo
outgoingFlowNumber of objects shown in the outgoing direction.integerNo

Supported openStrategy values

ValueDescription
show_children_and_their_relationsThe diagram displays the object, its child objects, as well incoming and outgoing flows of the child objects.
smartThe diagram 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.