Node
node
Represents a node or a vertex in a graph structure.
Attributes
| Caption | Name | Type | Description |
|---|---|---|---|
| Data | data | JSON | Additional data about the node stored as key-value pairs. Can include custom properties specific to the node. |
| Description | desc | String | A human-readable description of the node's purpose or meaning in the graph. |
| Name | name | String | A human-readable name or label for the node. Should be descriptive and unique within the graph context. |
| Raw Data | raw_data | JSON | Group: |
| Record ID | record_id | String | Group: |
| Type | type | String | Categorizes the node into a specific class or type. Useful for grouping and filtering nodes. |
| Unique ID | uid | String | A unique string or numeric identifier that distinguishes this node from all others in the graph. Must be unique across all nodes. |
| Unmapped | unmapped | Unmapped[] | Data from the source that was not mapped into the schema. |
Relationships
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
Updated 22 days ago