Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.22 KB

File metadata and controls

24 lines (16 loc) · 1.22 KB

TaxonomyItem

A taxonomy item (including child items and ancestors)

Properties

Name Type Description Notes
name String Display name [optional]
description String Description [optional]
hasChildren Boolean To know if the item has children [optional]
field Integer Numeric ID of metadata field [optional]
href String URL of this taxonomy item [optional]
taxonomyHref String URL of the root of this taxonomy [optional]
acl List<String> Capabilities / access list: * `Set` - The value of this item can be assigned to a field * `Query` - This item can be used in search queries * `Navigate` - Users can browse children of this item * `Hint` - (currently unused) [optional]
value String Metadata value (for search) [optional]
customSearch String Custom search expression [optional]
children TaxonomyItemList [optional]
ancestors List<TaxonomyAncestors> [optional]