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 c7d9d98 commit c74f919Copy full SHA for c74f919
stac_fastapi/sfeos_helpers/stac_fastapi/sfeos_helpers/mappings.py
@@ -134,7 +134,7 @@ class Geometry(Protocol): # noqa
134
"id": {"type": "keyword"},
135
"collection": {"type": "keyword"},
136
"geometry": {"type": "geo_shape"},
137
- "assets": {"type": "object", "enabled": False},
+ "assets": {"type": "object"},
138
"links": {"type": "object", "enabled": False},
139
"properties": {
140
"type": "object",
0 commit comments