diff --git a/CHANGES.md b/CHANGES.md index d6f0e6731..16f312334 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,6 +8,7 @@ * Refactor to remove hardcoded search request models. Request models are now dynamically created based on the enabled extensions. ([#213](https://github.com/stac-utils/stac-fastapi/pull/213)) +* Change example data to use correct `type` for the example Joplin collection ([#314](https://github.com/stac-utils/stac-fastapi/pull/314)) * Changed the geometry type in the Item model from Polygon to Geometry. * Upgrade pgstac backend to use version 0.4.2 ([#321](https://github.com/stac-utils/stac-fastapi/pull/321)) diff --git a/stac_fastapi/testdata/joplin/collection.json b/stac_fastapi/testdata/joplin/collection.json index 5a5070851..992e64b9a 100644 --- a/stac_fastapi/testdata/joplin/collection.json +++ b/stac_fastapi/testdata/joplin/collection.json @@ -10,7 +10,7 @@ "title": "public domain" } ], - "type": "collection", + "type": "Collection", "extent": { "spatial": { "bbox": [ @@ -31,4 +31,4 @@ ] } } -} \ No newline at end of file +}