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
| Name | Description | Type | Mandatory |
|---|---|---|---|
metamodelKey | Key of the graph metamodel the object type is visualized in. | string | Yes |
displayLevelKey | Key of the default display level of the object type in the graph metamodel. | string | Yes |