Skip to content

Commit 28375b3

Browse files
committed
update BaseFiltersClient
1 parent 3453507 commit 28375b3

File tree

1 file changed

+1
-1
lines changed
  • stac_fastapi/extensions/stac_fastapi/extensions/core/filter

1 file changed

+1
-1
lines changed

stac_fastapi/extensions/stac_fastapi/extensions/core/filter/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def get_queryables(
4949
https://github.com/stac-api-extensions/filter#queryables
5050
"""
5151
return {
52-
"$schema": "https://json-schema.org/draft/2019-09/schema",
52+
"$schema": "https://json-schema.org/draft/2020-12/schema",
5353
"$id": "https://example.org/queryables",
5454
"type": "object",
5555
"title": "Queryables for Example STAC API",

0 commit comments

Comments
 (0)