FacetedMetadata Data Type

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

Example

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