Skip to content

Commit e37a88e

Browse files
committed
fix names of conformance classes
1 parent ca97e6e commit e37a88e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22

33
- **OpenAPI specification:** [openapi.yaml](openapi.yaml)
44
- **Conformance Classes:**
5-
- Item Search binding: <https://api.stacspec.org/v1.0.0-rc.1/item-search#fields>
6-
- STAC Features binding: <https://api.stacspec.org/v1.0.0-rc.1/ogcapi-features#fields>
5+
- `STAC API - Item Search` binding: <https://api.stacspec.org/v1.0.0-rc.1/item-search#fields>
6+
- `STAC API - Features` binding: <https://api.stacspec.org/v1.0.0-rc.1/ogcapi-features#fields>
77
- - **Extension [Maturity Classification](https://github.com/radiantearth/stac-api-spec/blob/main/README.md#maturity-classification):** Candidate
88
- **Dependents:**
9-
- [Item Search](https://github.com/radiantearth/stac-api-spec/blob/main/item-search)
9+
- [STAC API - Item Search](https://github.com/radiantearth/stac-api-spec/blob/main/item-search)
1010
- [STAC API - Features](https://github.com/radiantearth/stac-api-spec/blob/main/ogcapi-features)
1111

1212
STAC API by default returns every attribute in an item. However, Item objects can have hundreds of fields, or incredibly large
1313
geometries, and even smaller Item objects can get big when millions are requested but not all information is used. This
1414
fragment provides a mechanism for clients to request that servers to explicitly include or exclude certain fields.
1515

1616
This fragment may be bound to either or both of
17-
[Item Search](https://github.com/radiantearth/stac-api-spec/blob/main/item-search) (`/search` endpoint) or
17+
[STAC API - Item Search](https://github.com/radiantearth/stac-api-spec/blob/main/item-search) (`/search` endpoint) or
1818
[STAC API - Features](https://github.com/radiantearth/stac-api-spec/blob/main/ogcapi-features) (`/collections/{collectionId}/items` endpoint) by
1919
advertising the relevant conformance class.
2020

0 commit comments

Comments
 (0)