Hierarchy Items

A hierarchy item.

String
An integer used to sort the record relative to its siblings at each sibling level. If not applicable, this can be null.
String
A unique and persistent identifier for the record within the system's data set.
URL
The full unique link to the item so it's traversable by that property.
Array
A collection of child element_id.
Array
An array of hierarchical parents associated with the current record.
{
	"hierarchyItems" : 
	{
		"@id" : "URL",
		"@type" : "HierarchyItems",
		"elementId" : "String",
		"hierarchicalChildren" : 
		[
			{
				"hierarchicalChild" : 
				{
					"@id" : "URL",
					"@type" : "HierarchicalChild",
					"elementId" : "String"
				}
			}
		],
		"hierarchicalParents" : 
		[
			{
				"hierarchicalParent" : 
				{
					"@id" : "URL",
					"@type" : "HierarchicalParent",
					"elementId" : "String"
				}
			}
		],
		"sortValue" : "String"
	}
}
Visualized image