Edge

edge

Represents a connection or relationship between two nodes in a graph.

Attributes

CaptionNameTypeDescription
DatadataJSON

Additional data about the edge such as weight, distance, or custom properties.

Directedis_directedBoolean

Indicates whether the edge is (true) or undirected (false).

NamenameString

The human-readable name or label for the edge.

Raw Dataraw_dataJSON

Group:context
The event data as received from the event source.

Record IDrecord_idString

Group:primary
Unique identifier for the object

RelationrelationString

The type of relationship between nodes (e.g. is-attached-to , depends-on, etc).

SourcesourceString

The unique identifier of the node where the edge originates.

TargettargetString

The unique identifier of the node where the edge terminates.

Unique IDuidString

Unique identifier of the edge.

UnmappedunmappedUnmapped[]

Data from the source that was not mapped into the schema.

Relationships

Edge shown in context

Inbound Relationships

These objects and events reference Edge in their attributes:

Outbound Relationships

Edge references the following objects and events in its attributes:

This page describes qdm-1.5.1+ocsf-1.6.0