Skip to content

Commit

Permalink
Merge pull request #9 from stac-extensions/fix/expression-schema
Browse files Browse the repository at this point in the history
update expression schema
  • Loading branch information
emmanuelmathot authored Nov 19, 2024
2 parents 23a74a7 + 172f013 commit 84b9158
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- **Identifier:** <https://stac-extensions.github.io/render/v1.0.0/schema.json>
- **Field Name Prefix:** renders
- **Scope:** Item, Collection
- **Extension [Maturity Classification](https://github.com/radiantearth/stac-spec/tree/master/extensions/README.md#extension-maturity):** Proposal
- **Extension [Maturity Classification](https://github.com/radiantearth/stac-spec/tree/master/extensions/README.md#extension-maturity):** Pilot
- **Owner**: @emmanuelmathot @abarciauskas-bgse @smohiudd

This document explains the Rendering Extension to the [SpatioTemporal Asset Catalog](https://github.com/radiantearth/stac-spec) (STAC) specification.
Expand Down
2 changes: 1 addition & 1 deletion json-schema/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@
"type": "string"
},
"expression": {
"type": "string"
"type": ["string", "object", "array"]
},
"minmax_zoom": {
"type": "array",
Expand Down

0 comments on commit 84b9158

Please sign in to comment.