FacetedMetadata Data Type

Properties
name data type description
facetIds array of string
facetList array of object
facets object

Example

{
  "facetIds" : [ "...", "..." ],
  "facetList" : [ { }, { } ],
  "facets" : {
    "property1" : "...",
    "property2" : "..."
  }
}