All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
v1.2.0 - 2023-03-15
- Added a new field
alternate:name
to the Asset Object and Alternate Asset Object
- 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
- Improved the JSON Schema to follow the written documentation
v1.1.0 - 2021-07-08
- No longer reference a STAC version
- Alternate objects are not of type
Asset
but ratherAlternateAsset
which is just a restrictive version of anAsset
- requirement for alternate (which meant it had to be used in all assets). There are no no required fields
Initial release