Nodes
The fundamental building blocks of the content repository
Neos 9
This page is for Neos 9.0 with the new Event Sourced Content Repository.
The most basic item in the Neos content repository is a Node - the smallest block to store structured and typed data.
Each Node's structure is described by its schema, the NodeType. Typed data is stored in the Node in form of properties defined in the NodeType.
Identifying a Node
Nodes can be identified uniquely via its aggregate id, dimension space point and workspace.
Nodes can be connected via different kind of relations, like parent, child or reference, see Node Relations and Subgraph.