Skip to main content

A node object for metadata taxonomy that can be used in metadata templates.

id
string
required

A unique identifier of the metadata taxonomy node.

Example:

"14d3d433-c77f-49c5-b146-9dea370f6e32"

displayName
string
required

The display name of the metadata taxonomy node.

Example:

"France"

level
integer
required

An index of the level to which the node belongs.

Example:

2

parentId
string

The identifier of the parent node.

Example:

"99df4513-7102-4896-8228-94635ee9d330"

nodePath
string[]

An array of identifiers for all ancestor nodes.
Not returned for root-level nodes.

Example:
["99df4513-7102-4896-8228-94635ee9d330"]
ancestors
Metadata taxonomy ancestor · object[]

An array of objects for all ancestor nodes.
Not returned for root-level nodes.