diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a8027a1..ac468ee2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Fixed +- Examples - Collection Assets were specified as required (only in written text, not in JSON Schema), but that was incorrectly copied over from the former `collection-assets` extension. Collection Assets are not required. - Clarified that the values in summaries (both for ranges and sets of values) must follow the data type of the property they summarize. ([#1069](https://github.com/radiantearth/stac-spec/pull/1069)) diff --git a/examples/catalog.json b/examples/catalog.json index 1bac09f9..c309c1f6 100644 --- a/examples/catalog.json +++ b/examples/catalog.json @@ -21,6 +21,12 @@ "type": "application/json", "title": "Collection with no items (standalone)" }, + { + "rel": "item", + "href": "./collectionless-item.json", + "type": "application/json", + "title": "Collection with no items (standalone)" + }, { "rel": "self", "href": "https://raw.githubusercontent.com/radiantearth/stac-spec/v1.0.0-rc.2/examples/catalog.json", diff --git a/examples/collectionless-item.json b/examples/collectionless-item.json index 250bb704..a1b890c1 100644 --- a/examples/collectionless-item.json +++ b/examples/collectionless-item.json @@ -71,22 +71,15 @@ "cs:sat_id": "CS3", "cs:product_level": "LV1B" }, - "collection": "CS3", "links": [ - { - "rel": "collection", - "href": "./collection.json", - "type": "application/json", - "title": "Simple Example Collection" - }, { "rel": "root", - "href": "./collection.json", + "href": "./catalog.json", "type": "application/json" }, { - "rel": "root", - "href": "./collection.json", + "rel": "parent", + "href": "./catalog.json", "type": "application/json" }, {