radiantearth / stac-spec

SpatioTemporal Asset Catalog specification - making geospatial assets openly searchable and crawlable
https://stacspec.org
Apache License 2.0
772 stars 177 forks source link

Better integrate common metadata #1208

Closed m-mohr closed 1 year ago

m-mohr commented 1 year ago

Related Issue(s): #1199 #1187

Proposed Changes:

  1. Validate common metadata also in Catalogs, Collections and Links. Also, re-uses the schemas from common metadata in Collections so that they don't diverge (which was the case).
  2. Includes a very minor somewhat breaking change: Provider, Asset and Item descriptions can't be empty now. Either they need to be omitted or contain at least one character. This aligns with Catalog and Collection description as part of the common metadata model.

PR Checklist: