Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions stac_pydantic/links.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,4 @@ class Relations(str, AutoValueEnum):
canonical = auto()
service_desc = "service-desc"
service_doc = "service-doc"
queryables = "http://www.opengis.net/def/rel/ogc/1.0/queryables"
1 change: 1 addition & 0 deletions stac_pydantic/shared.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ class MimeTypes(str, Enum):
html = "text/html"
text = "text/plain"
openapi = "application/vnd.oai.openapi+json;version=3.0"
jsonschema = "application/schema+json"


class AssetRoles(str, AutoValueEnum):
Expand Down