Skip to content

Commit c74f919

Browse files
committed
Enable asset indexing.
1 parent c7d9d98 commit c74f919

File tree

1 file changed

+1
-1
lines changed
  • stac_fastapi/sfeos_helpers/stac_fastapi/sfeos_helpers

1 file changed

+1
-1
lines changed

stac_fastapi/sfeos_helpers/stac_fastapi/sfeos_helpers/mappings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ class Geometry(Protocol): # noqa
134134
"id": {"type": "keyword"},
135135
"collection": {"type": "keyword"},
136136
"geometry": {"type": "geo_shape"},
137-
"assets": {"type": "object", "enabled": False},
137+
"assets": {"type": "object"},
138138
"links": {"type": "object", "enabled": False},
139139
"properties": {
140140
"type": "object",

0 commit comments

Comments
 (0)