mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-05 05:45:51 +00:00
28 lines
1.0 KiB
Markdown
28 lines
1.0 KiB
Markdown
![]() |
---
|
||
|
title: searchEntityRelationshipResult
|
||
|
slug: /main-concepts/metadata-standard/schemas/api/entityrelationship/searchentityrelationshipresult
|
||
|
---
|
||
|
|
||
|
# SearchEntityRelationshipResult
|
||
|
|
||
|
*Search Entity Relationship Response for the Entity Relationship Request*
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
- **`nodes`**: Nodes in the entity relationship response.
|
||
|
- **`upstreamEdges`**: Upstream Edges for the entity.
|
||
|
- **`downstreamEdges`**: Downstream Edges for the node.
|
||
|
## Definitions
|
||
|
|
||
|
- **`directionPaging`**
|
||
|
- **`upstream`** *(array)*
|
||
|
- **Items**: Refer to *#/definitions/layerPaging*.
|
||
|
- **`downstream`** *(array)*
|
||
|
- **Items**: Refer to *#/definitions/layerPaging*.
|
||
|
- **`layerPaging`** *(object)*: Type used for cursor based pagination information in GET list responses. Cannot contain additional properties.
|
||
|
- **`entityDownstreamCount`** *(integer)*: Count of entities downstream current layer entity.
|
||
|
- **`entityUpstreamCount`** *(integer)*: Count of entities upstream current layer entity.
|
||
|
|
||
|
|
||
|
Documentation file automatically generated at 2025-08-12 05:39:47.683420+00:00.
|