main-concepts

No menu items for this category
OpenMetadata Documentation

EntityHierarchy

This schema defines the entity hierarchy structure.

  • id: Unique identifier of an entity hierarchy instance. Refer to ../type/basic.json#/definitions/uuid.
  • name: Preferred name for the entity hierarchy. Refer to ../type/basic.json#/definitions/entityName.
  • displayName (string): Display name that identifies this hierarchy.
  • description: Description of the entity hierarchy. Refer to ../type/basic.json#/definitions/markdown.
  • fullyQualifiedName: A unique name that identifies an entity within the hierarchy. It captures name hierarchy in the form of rootEntity.childEntity. Refer to ../type/basic.json#/definitions/fullyQualifiedEntityName.
  • children: Other entities that are children of this entity. Refer to #/definitions/entityHierarchyList.
  • entityHierarchyList (array): Default: [].
    • Items: Refer to entityHierarchy.json.

Documentation file automatically generated at 2025-08-12 05:39:47.683420+00:00.