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 c4e6ead commit 096066cCopy full SHA for 096066c
stac_fastapi/extensions/stac_fastapi/extensions/core/filter/client.py
@@ -23,7 +23,7 @@ async def get_queryables(
23
https://github.com/radiantearth/stac-api-spec/tree/master/fragments/filter#queryables
24
"""
25
return {
26
- "$schema": "https://json-schema.org/draft/2019-09/schema",
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
27
"$id": "https://example.org/queryables",
28
"type": "object",
29
"title": "Queryables for Example STAC API",
0 commit comments