1616- ** Title:** Fields
1717- ** OpenAPI specification:** [ openapi.yaml] ( openapi.yaml )
1818- ** Conformance Classes:**
19- - ` STAC API - Item Search ` binding: < https://api.stacspec.org/v1.0.0-rc.2 /item-search#fields >
20- - ` STAC API - Features ` binding: < https://api.stacspec.org/v1.0.0-rc.2 /ogcapi-features#fields >
19+ - ` STAC API - Item Search ` binding: < https://api.stacspec.org/v1.0.0-rc.3 /item-search#fields >
20+ - ` STAC API - Features ` binding: < https://api.stacspec.org/v1.0.0-rc.3 /ogcapi-features#fields >
2121- ** Scope:** STAC API - Features, STAC API - Item Search
2222- ** [ Extension Maturity Classification] ( https://github.com/radiantearth/stac-api-spec/tree/main/README.md#maturity-classification ) :** Candidate
2323- ** Dependencies:**
24- - [ STAC API - Item Search] ( https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.2 /item-search )
25- - [ STAC API - Features] ( https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.2 /ogcapi-features )
24+ - [ STAC API - Item Search] ( https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.3 /item-search )
25+ - [ STAC API - Features] ( https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.3 /ogcapi-features )
2626- ** Owner** : none
2727
2828By default, STAC API endpoints that return Item objects return every field of those Items. However,
@@ -32,8 +32,8 @@ fields in an Item are used, so this
3232specification provides a mechanism for clients to request that servers to explicitly include or exclude certain fields.
3333
3434This behavior may be bound to either or both of
35- [ STAC API - Item Search] ( https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.2 /item-search ) (` /search ` endpoint) or
36- [ STAC API - Features] ( https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.2 /ogcapi-features )
35+ [ STAC API - Item Search] ( https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.3 /item-search ) (` /search ` endpoint) or
36+ [ STAC API - Features] ( https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.3 /ogcapi-features )
3737(` /collections/{collectionId}/items ` endpoint) by advertising the relevant conformance class.
3838
3939When used in a POST request with ` Content-Type: application/json ` , this adds an attribute ` fields ` with
@@ -61,7 +61,7 @@ must be returned and the Item entities will not contain that
6161field.
6262
6363If no ` fields ` are specified, the response is ** must** be a valid
64- [ ItemCollection] ( https://github.com/radiantearth/stac-spec/tree/v1.0.0-rc.2 /itemcollection/README.md ) . If a client excludes
64+ [ ItemCollection] ( https://github.com/radiantearth/stac-spec/tree/v1.0.0-rc.3 /itemcollection/README.md ) . If a client excludes
6565fields that are required in a STAC Item, the server may return an invalid STAC Item. For example, if ` type `
6666and ` geometry ` are excluded, the entity will not even be a valid GeoJSON Feature, or if ` bbox ` is excluded then the entity
6767will not be a valid STAC Item.
0 commit comments