Node

node

Represents a node or a vertex in a graph structure.

Attributes

CaptionNameTypeDescription
DatadataJSON

Additional data about the node stored as key-value pairs. Can include custom properties specific to the node.

DescriptiondescString

A human-readable description of the node's purpose or meaning in the graph.

NamenameString

A human-readable name or label for the node. Should be descriptive and unique within the graph context.

Raw Dataraw_dataJSON

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

Record IDrecord_idString

Group:primary
Unique identifier for the object

TypetypeString

Categorizes the node into a specific class or type. Useful for grouping and filtering nodes.

Unique IDuidString

A unique string or numeric identifier that distinguishes this node from all others in the graph. Must be unique across all nodes.

UnmappedunmappedUnmapped[]

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

Relationships

Node shown in context

Inbound Relationships

These objects and events reference Node in their attributes:

Outbound Relationships

Node references the following objects and events in its attributes:

This page describes qdm-1.5.1+ocsf-1.6.0