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#fields >
6- - ` STAC API - 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.2 /item-search#fields >
6+ - ` STAC API - Features ` binding: < https://api.stacspec.org/v1.0.0-rc.2 /ogcapi-features#fields >
77- ** Extension [ Maturity Classification] ( https://github.com/radiantearth/stac-api-spec/tree/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 /ogcapi-features )
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 /ogcapi-features )
1111
1212By default, STAC API endpoints that return Item objects return every field of those Items. However,
1313Item objects can have hundreds of fields, or large
@@ -16,8 +16,8 @@ fields in an Item are used, so this
1616specification provides a mechanism for clients to request that servers to explicitly include or exclude certain fields.
1717
1818This behavior may be bound to either or both of
19- [ STAC API - Item Search] ( https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.1 /item-search ) (` /search ` endpoint) or
20- [ STAC API - Features] ( https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.1 /ogcapi-features )
19+ [ STAC API - Item Search] ( https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.2 /item-search ) (` /search ` endpoint) or
20+ [ STAC API - Features] ( https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.2 /ogcapi-features )
2121(` /collections/{collectionId}/items ` endpoint) by advertising the relevant conformance class.
2222
2323When used in a POST request with ` Content-Type: application/json ` , this adds an attribute ` fields ` with
@@ -45,7 +45,7 @@ must be returned and the Item entities will not contain that
4545attribute.
4646
4747If no ` fields ` are specified, the response is ** must** be a valid
48- [ ItemCollection] ( https://github.com/radiantearth/stac-spec/tree/v1.0.0-rc.1 /itemcollection/README.md ) . If a client excludes
48+ [ ItemCollection] ( https://github.com/radiantearth/stac-spec/tree/v1.0.0-rc.2 /itemcollection/README.md ) . If a client excludes
4949attributes that are required in a STAC Item, the server may return an invalid STAC Item. For example, if ` type `
5050and ` geometry ` are excluded, the entity will not even be a valid GeoJSON Feature, or if ` bbox ` is excluded then the entity
5151will not be a valid STAC Item.
0 commit comments