The Open API specification for Synapse is now available for download!

Download Open API Spec

FacetColumnResultValues

org.sagebionetworks.repo.model.table.FacetColumnResultValues

Contains the name and type of the filtered column, and its most frequent values along with the counts of those values.

Field Type Description
concreteType STRING
columnName STRING The name of the faceted column
facetType FacetType Set to one of the enumerated values to indicate a column should be treated as a facet
jsonPath STRING When present, these results represent a sub-column identified by its jsonPath. Note: The ColumnName will be the name of the root JSON column.
facetValues ARRAY<FacetColumnResultValueCount> The list of QueryFacetResultValue that contain frequency counts for its most frequent values