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

Download Open API Spec

FacetColumnResultRange

org.sagebionetworks.repo.model.table.FacetColumnResultRange

Includes the minimum and maximum values of a range facet column and selected ranges applied to the filter.

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.
columnMin STRING the smallest value in the column
columnMax STRING the largest value in the column
selectedMin STRING the lower bound of the selected range
selectedMax STRING the upper bound of the selected range