Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Attribute

Definition

Details

HierarchyStructure

type: “json”,
format: “<TBD>““<TBD>“

Hierarchy structure of the collection. It contains information like what object types and categories are allowed at each level. This information will be used by editors & players for rendering and by the platform for enforcing the structure.

Composition

  • mimeTypesCount - count of objects in the collection by each mimetype

  • categoriesCount - count of objects in the collection by each category

  • childNodes - list of child nodes

  • leafNodesCount - count of leaf nodes

  • leafNodes - list of lead nodes

  • depth - total depth of the collection

These details are computed by the platform on every publish.

...