|
11 | 11 | - **Title:** Sort |
12 | 12 | - **OpenAPI specification:** [openapi.yaml](openapi.yaml) |
13 | 13 | - **Conformance Classes:** |
14 | | - - **STAC API - Item Search** binding: <https://api.stacspec.org/v1.0.0/item-search#sort> |
15 | | - - **STAC API - Features** binding: <https://api.stacspec.org/v1.0.0/ogcapi-features#sort> |
16 | | - - **STAC API - Collection Search** binding: <https://api.stacspec.org/v1.0.0-rc.1/collection-search#sort> |
| 14 | + - **STAC API - Item Search** binding: <https://api.stacspec.org/v1.1.0/item-search#sort> |
| 15 | + - **STAC API - Features** binding: <https://api.stacspec.org/v1.1.0/ogcapi-features#sort> |
| 16 | + - **STAC API - Collection Search** binding: <https://api.stacspec.org/v1.1.0/collection-search#sort> |
17 | 17 | - **Scope:** STAC API - Features, STAC API - Item Search, STAC API - Collection Search |
18 | 18 | - **[Extension Maturity Classification](https://github.com/radiantearth/stac-api-spec/tree/main/README.md#maturity-classification):** Stable |
19 | 19 | - **Dependencies:** |
@@ -126,9 +126,9 @@ All Sortables endpoints SHALL be referenced with a link with the link relation t |
126 | 126 |
|
127 | 127 | | Sortables Endpoint | Endpoint linking to the Sortables Endpoint | Conformance class | Applicable `sortby` endpoints | |
128 | 128 | | ----------------------------------------------------------- | ------------------------------------------ | ------------------------------------------------------------------ | --------------------------------------- | |
129 | | -| `GET /sortables` | `GET /` | `https://api.stacspec.org/v1.0.0/item-search#sortables` | `GET /search` and `POST /search` | |
| 129 | +| `GET /sortables` | `GET /` | `https://api.stacspec.org/v1.1.0/item-search#sortables` | `GET /search` and `POST /search` | |
130 | 130 | | `GET /collections/{collectionId}/sortables` | `GET /collections/{collectionId}` | `http://www.opengis.net/spec/ogcapi-features-5/1.0/conf/sortables` | `GET /collections/{collectionId}/items` | |
131 | | -| `GET /...` (*Endpoint name to be chosen by implementation*) | `GET /collections` | `https://api.stacspec.org/v1.0.0-rc.1/collection-search#sortables` | `GET /collections/{collectionId}/items` | |
| 131 | +| `GET /...` (*Endpoint name to be chosen by implementation*) | `GET /collections` | `https://api.stacspec.org/v1.1.0/collection-search#sortables` | `GET /collections/{collectionId}/items` | |
132 | 132 |
|
133 | 133 | An example for a link to the sortables endpoint could be: |
134 | 134 |
|
|
0 commit comments