Skip to content

Commit 7156a78

Browse files
committed
Fix schema for array items, v0.1.0
1 parent 4790469 commit 7156a78

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2626
- ...
2727

2828
## [v0.1.0] - 2024-04-10
29+
2930
- First release
3031

3132
[Unreleased]: <https://github.com/radiantearth/stac-spec/compare/v0.1.0...main>

schema/schema.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,7 @@
135135
"required": ["items"],
136136
"properties": {
137137
"items": {
138-
"type": "object",
139-
"additionalProperties": {
140-
"$ref": "#/$defs/schema"
141-
}
138+
"$ref": "#/$defs/schema"
142139
},
143140
"maxItems": {
144141
"type": "integer",

0 commit comments

Comments
 (0)