2
2
3
3
- ** OpenAPI specification:** [ openapi.yaml] ( openapi.yaml )
4
4
- ** 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 >
7
7
- ** Extension [ Maturity Classification] ( https://github.com/radiantearth/stac-api-spec/tree/main/README.md#maturity-classification ) :** Candidate
8
8
- ** 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 )
11
11
12
12
By default, STAC API endpoints that return Item objects return every field of those Items. However,
13
13
Item objects can have hundreds of fields, or large
@@ -16,8 +16,8 @@ fields in an Item are used, so this
16
16
specification provides a mechanism for clients to request that servers to explicitly include or exclude certain fields.
17
17
18
18
This 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 )
21
21
(` /collections/{collectionId}/items ` endpoint) by advertising the relevant conformance class.
22
22
23
23
When 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
45
45
attribute.
46
46
47
47
If 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
49
49
attributes that are required in a STAC Item, the server may return an invalid STAC Item. For example, if ` type `
50
50
and ` geometry ` are excluded, the entity will not even be a valid GeoJSON Feature, or if ` bbox ` is excluded then the entity
51
51
will not be a valid STAC Item.
0 commit comments