Skip to content

Releases: stac-extensions/alternate-assets

v1.2.0

09 Jul 20:06
3538147
Compare
Choose a tag to compare

Added

  • Added a new field alternate:name to the Asset Object and Alternate Asset Object

Changed

  • The fields title and description are inherited from STAC Common Metadata
    • No minimum length for title
    • A minimum length of 1 for description
  • At least one alternate asset is required

Fixed

  • Improved the JSON Schema to follow the written documentation

v1.1.0

08 Jul 18:23
Compare
Choose a tag to compare

[v1.1.0] - 2021-07-08

Changed

  • No longer reference a STAC version
  • Alternate objects are not of type Asset but rather AlternateAsset which is just a restrictive version of an Asset

Removed

  • requirement for alternate (which meant it had to be used in all assets). There are no no required fields

v1.0.0

23 Jun 21:40
58aa16a
Compare
Choose a tag to compare

Initial release