22
33- ** OpenAPI specification:** [ openapi.yaml] ( openapi.yaml )
44- ** Conformance Classes:**
5- - ** STAC API - Item Search** binding: < https://api.stacspec.org/v1.0.0-rc.1 /item-search#sort >
6- - ** STAC API - Features** binding: < https://api.stacspec.org/v1.0.0-rc.1 /ogcapi-features#sort >
5+ - ** STAC API - Item Search** binding: < https://api.stacspec.org/v1.0.0-rc.2 /item-search#sort >
6+ - ** STAC API - Features** binding: < https://api.stacspec.org/v1.0.0-rc.2 /ogcapi-features#sort >
77- ** Extension [ Maturity Classification] ( https://github.com/radiantearth/stac-api-spec/blob/main/README.md#maturity-classification ) :** Candidate
88- ** Dependencies:**
9- - [ STAC API - Item Search] ( https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.1 /item-search )
10- - [ STAC API - Features] ( https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.1 /item-search )
9+ - [ STAC API - Item Search] ( https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.2 /item-search )
10+ - [ STAC API - Features] ( https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.2 /item-search )
1111
1212This specification defines a new parameter, ` sortby ` , that allows the user to define the fields by which
1313to sort results.
@@ -24,8 +24,8 @@ fields in Item Properties to be prefixed with `properties.` or not, or support u
2424name, e.g., ` properties.datetime ` or ` datetime ` .
2525
2626Sort behavior may be bound to either or both of
27- [ STAC API - Item Search] ( https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.1 /item-search ) (` /search ` endpoint) or
28- [ STAC API - Features] ( https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.1 /ogcapi-features )
27+ [ STAC API - Item Search] ( https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.2 /item-search ) (` /search ` endpoint) or
28+ [ STAC API - Features] ( https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.2 /ogcapi-features )
2929(` /collections/{collectionId}/items ` endpoint) by advertising the relevant conformance class.
3030
3131Fields may be sorted in ascending or descending order. The syntax between GET requests and POST requests with a JSON
0 commit comments