StacSortExtension interface
https://github.com/radiantearth/stac-api-spec/tree/master/extensions/sort#sort-api-extension
Represents a sort specification for STAC API queries.
Property Details
direction
The sort direction (ascending or descending).
direction: string
Property Value
string
field
The field name to sort by.
field: string
Property Value
string