Skip to content

Commit 84b9158

Browse files
Merge pull request #9 from stac-extensions/fix/expression-schema
update expression schema
2 parents 23a74a7 + 172f013 commit 84b9158

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
- **Identifier:** <https://stac-extensions.github.io/render/v1.0.0/schema.json>
55
- **Field Name Prefix:** renders
66
- **Scope:** Item, Collection
7-
- **Extension [Maturity Classification](https://github.com/radiantearth/stac-spec/tree/master/extensions/README.md#extension-maturity):** Proposal
7+
- **Extension [Maturity Classification](https://github.com/radiantearth/stac-spec/tree/master/extensions/README.md#extension-maturity):** Pilot
88
- **Owner**: @emmanuelmathot @abarciauskas-bgse @smohiudd
99

1010
This document explains the Rendering Extension to the [SpatioTemporal Asset Catalog](https://github.com/radiantearth/stac-spec) (STAC) specification.

json-schema/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@
257257
"type": "string"
258258
},
259259
"expression": {
260-
"type": "string"
260+
"type": ["string", "object", "array"]
261261
},
262262
"minmax_zoom": {
263263
"type": "array",

0 commit comments

Comments
 (0)