Releases: stac-extensions/alternate-assets
Releases · stac-extensions/alternate-assets
v1.2.0
Added
- Added a new field
alternate:name
to the Asset Object and Alternate Asset Object
Changed
- The fields
title
anddescription
are inherited from STAC Common Metadata- No minimum length for
title
- A minimum length of 1 for
description
- No minimum length for
- At least one alternate asset is required
Fixed
- Improved the JSON Schema to follow the written documentation
v1.1.0
[v1.1.0] - 2021-07-08
Changed
- No longer reference a STAC version
- Alternate objects are not of type
Asset
but ratherAlternateAsset
which is just a restrictive version of anAsset
Removed
- requirement for alternate (which meant it had to be used in all assets). There are no no required fields
v1.0.0
Initial release