Skip to content

Commit 116efba

Browse files
Update stac_pydantic/shared.py
Co-authored-by: Matthias Mohr <[email protected]>
1 parent 1e6fb6d commit 116efba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stac_pydantic/shared.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class MimeTypes(str, Enum):
4141
html = "text/html"
4242
text = "text/plain"
4343
openapi = "application/vnd.oai.openapi+json;version=3.0"
44-
schemajson = "application/schema+json"
44+
jsonschema = "application/schema+json"
4545

4646

4747
class AssetRoles(str, AutoValueEnum):

0 commit comments

Comments
 (0)