radiantearth / stac-spec

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

Remove trailing # from spec $id values #1247

Closed philvarner closed 8 months ago

philvarner commented 9 months ago

All of the spec schema $id values have a trailing #. This is a non-standard naming convenvention, and has frequently caused problems with the jsonschema python library.

This name should be changed to remove the trailing #.