Skip to content

Commit 1e6fb6d

Browse files
committed
Adding mime type for json schemas
1 parent 69fb9fa commit 1e6fb6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stac_pydantic/shared.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +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"
4445

4546

4647
class AssetRoles(str, AutoValueEnum):

0 commit comments

Comments
 (0)