Skip to content

Commit

Permalink
v2.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Aug 1, 2024
1 parent a32463a commit 588a23d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
10 changes: 10 additions & 0 deletions json-schema/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,16 @@
}
}
},
{
"properties": {
"eo:snow_cover": {
"type": ["array", "object"],
"items": {
"$ref": "#/definitions/eo:snow_cover"
}
}
}
},
{
"properties": {
"eo:common_name": {
Expand Down

0 comments on commit 588a23d

Please sign in to comment.