tree(3.3)
The following JSON schema describes the data format of the The Example - JSON Representationtree
object type:tree
object type has one or more sub-objects, consisting of properties that describe the hierarchical structure of the dimensions. In the example below, tree1
is a root node and Region
, Country
, and City
are child nodes. Each property in the node tree must have a matching dimension
object.
"tree": {
"tree1": {
"Region": {
"Country": {
"City": {}
}
}
}
}