diff --git a/CHANGELOG.md b/CHANGELOG.md index b450ee6..801c59d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [v2.0.0-beta.1] - 2024-08-05 +## [v2.0.0-beta.1] - 2024-08-01 ### Added diff --git a/json-schema/schema.json b/json-schema/schema.json index 2c20add..f278e3f 100644 --- a/json-schema/schema.json +++ b/json-schema/schema.json @@ -93,6 +93,16 @@ } } }, + { + "properties": { + "eo:snow_cover": { + "type": ["array", "object"], + "items": { + "$ref": "#/definitions/eo:snow_cover" + } + } + } + }, { "properties": { "eo:common_name": {