From f8b5a1d822505d775477c70a77e2c33f276a64d0 Mon Sep 17 00:00:00 2001 From: Matthias Mohr Date: Wed, 14 Aug 2024 17:19:10 +0200 Subject: [PATCH] item_assets is not required #1311 --- CHANGELOG.md | 4 ++++ collection-spec/collection-spec.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf86c522..030e197f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Fixed + +- `item_assets` is not required + ## [v1.1.0-beta.1] - 2024-08-08 ### Added diff --git a/collection-spec/collection-spec.md b/collection-spec/collection-spec.md index 9af43c1a..9f606405 100644 --- a/collection-spec/collection-spec.md +++ b/collection-spec/collection-spec.md @@ -61,7 +61,7 @@ specified in [*OGC API - Features*](https://ogcapi.ogc.org/features/), but they | summaries | Map | STRONGLY RECOMMENDED. A map of property summaries, either a set of values, a range of values or a [JSON Schema](https://json-schema.org). | | links | \[[Link Object](#links)] | **REQUIRED.** A list of references to other documents. | | assets | Map | Dictionary of asset objects that can be downloaded, each with a unique key. | -| item_assets | Map | **REQUIRED.** A dictionary of assets that can be found in member Items. | +| item_assets | Map | A dictionary of assets that can be found in member Items. | ### stac_version