radiantearth / stac-spec

SpatioTemporal Asset Catalog specification - making geospatial assets openly searchable and crawlable
https://stacspec.org
Apache License 2.0
772 stars 177 forks source link

Fix a missing closing bracket #1200

Closed kurtmckee closed 1 year ago

kurtmckee commented 1 year ago

Related Issue(s): N/A

Proposed Changes:

  1. Fixed a missing closing bracket

PR Checklist:

m-mohr commented 1 year ago

Thank you for the PR, but the change is not correct.

The existing wording is:

Map<string, [*]|Range Object|JSON Schema Object>

This is meant to be an object (Map) with strings as keys and a value that may either be:

I agree that this is not very easy to understand, but it is correct as it is.

kurtmckee commented 1 year ago

Ah, I see that now. Thank you for reviewing this, and for the explanation!