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

Download Open API Spec

KeyRange

org.sagebionetworks.repo.model.search.query.KeyRange

JSON schema for a faceted key-value-range. This filter will match for values where min<=value<=max. At least one of either 'min' or 'max' must be set for this range to be valid

Field Type Description
key STRING The facet's name
min STRING The minimum value in the facet's range. The min value is included in the range. At least one of either 'min' or 'max' must be set for this range to be valid
max STRING The maximum value in the facet's range. The max value is included in the range. At least one of either 'min' or 'max' must be set for this range to be valid