Skip to content

Commit 096066c

Browse files
authored
Update filter extenion json schema in client.py
to be compliant with: https://docs.ogc.org/is/19-079r2/19-079r2.html#queryables
1 parent c4e6ead commit 096066c

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
@@ -23,7 +23,7 @@ async def get_queryables(
2323
https://github.com/radiantearth/stac-api-spec/tree/master/fragments/filter#queryables
2424
"""
2525
return {
26-
"$schema": "https://json-schema.org/draft/2019-09/schema",
26+
"$schema": "https://json-schema.org/draft/2020-12/schema",
2727
"$id": "https://example.org/queryables",
2828
"type": "object",
2929
"title": "Queryables for Example STAC API",

0 commit comments

Comments
 (0)