We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4790469 commit 7156a78Copy full SHA for 7156a78
CHANGELOG.md
@@ -26,6 +26,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
26
- ...
27
28
## [v0.1.0] - 2024-04-10
29
+
30
- First release
31
32
[Unreleased]: <https://github.com/radiantearth/stac-spec/compare/v0.1.0...main>
schema/schema.json
@@ -135,10 +135,7 @@
135
"required": ["items"],
136
"properties": {
137
"items": {
138
- "type": "object",
139
- "additionalProperties": {
140
- "$ref": "#/$defs/schema"
141
- }
+ "$ref": "#/$defs/schema"
142
},
143
"maxItems": {
144
"type": "integer",
0 commit comments