Skip to content

Commit

Permalink
Fixed OAS conformance URL (#263)
Browse files Browse the repository at this point in the history
* Fixed OAS conformance URL

Closes #255

* update changelog

Co-authored-by: Jeff Albrecht <geospatialjeff@gmail.com>
  • Loading branch information
Tom Augspurger and geospatial-jeff authored Sep 13, 2021
1 parent 9c32fb8 commit c9654af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

* Pin FastAPI to 0.67 to avoid issues with rendering OpenAPI documentation ([#246](https://github.com/stac-utils/stac-fastapi/pull/246))
* Restrict `limit` parameter in sqlalchemy backend to between 1 and 10,000. ([#251](https://github.com/stac-utils/stac-fastapi/pull/251))
* Fix OAS conformance URL ([#263](https://github.com/stac-utils/stac-fastapi/pull/263))

## [2.1.0]

Expand Down
2 changes: 1 addition & 1 deletion stac_fastapi/types/stac_fastapi/types/conformance.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class OAFConformanceClasses(str, Enum):
"""Conformance classes for OGC API - Features."""

CORE = "http://www.opengis.net/spec/ogcapi-features-1/1.0/conf/core"
OPEN_API = "http://www.opengis.net/spec/ogcapi-features-1/1.0/req/oas30"
OPEN_API = "http://www.opengis.net/spec/ogcapi-features-1/1.0/conf/oas30"
GEOJSON = "http://www.opengis.net/spec/ogcapi-features-1/1.0/conf/geojson"


Expand Down

0 comments on commit c9654af

Please sign in to comment.