Property description

The graphDisplayLevel property specifies which graphs (e.g., data lineage diagrams) display the object type and at what level. This property is not used then the object type was already added to the metamodel using the metamodel display levels property.

Minimal JSON

{
  "metamodelKey": "",
  "displayLevelKey": ""
}
{
  "key": "model",
  "graphDisplayLevels": [
    {
      "metamodelKey": "core_data_lineage",
      "displayLevelKey": "core_folder"
    }
  ]
}

Example taken from the core_data_model package.

Nested properties

NameDescriptionTypeMandatory
metamodelKeyKey of the graph metamodel the object type is visualized in.stringYes
displayLevelKeyKey of the default display level of the object type in the graph metamodel.stringYes