Node

node

Represents a node or a vertex in a graph structure.

Attributes

CaptionNameTypeDescription
DatadataJSONAdditional data about the node stored as key-value pairs. Can include custom properties specific to the node.
DescriptiondescStringA human-readable description of the node's purpose or meaning in the graph.
NamenameStringA human-readable name or label for the node. Should be descriptive and unique within the graph context.
Raw Dataraw_dataJSONGroup:context

The event data as received from the event source.
Record IDrecord_idStringGroup:primary

Unique identifier for the object
TypetypeStringCategorizes the node into a specific class or type. Useful for grouping and filtering nodes.
Unique IDuidStringA 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


Did this page help you?