FacetedMetadata Data Type
| name | data type | description |
|---|---|---|
| facetIds | array of string | |
| facetList | array of object | |
| facets | object |
Example
{
"facets" : {
"property1" : "...",
"property2" : "..."
},
"facetIds" : [ "...", "..." ],
"facetList" : [ { }, { } ]
}