We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2a2cc2 commit ba2d1ddCopy full SHA for ba2d1dd
stac_pydantic/extensions/collection_assets.py
@@ -1,4 +1,4 @@
1
-from typing import List
+from typing import Dict
2
3
from pydantic import BaseModel
4
@@ -10,4 +10,4 @@ class CollectionAssetExtension(BaseModel):
10
https://github.com/radiantearth/stac-spec/tree/v1.0.0-beta.1/extensions/collection-assets
11
"""
12
13
- assets: List[Asset]
+ assets: Dict[str, Asset]
0 commit comments