Facet
org.sagebionetworks.repo.model.search.Facet
JSON schema for a continuous or literal value Facet found in the search results.
Field | Type | Description |
---|---|---|
name | STRING | The name of this facet |
type | FacetTypeNames | The type of this facet |
min | INTEGER | The minimum value of the facet values found, if continuous |
max | INTEGER | The maximum value of the facet values found, if continuous |
constraints | ARRAY<FacetConstraint> | The list of constraints for this facet |