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 3453507 commit 28375b3Copy full SHA for 28375b3
stac_fastapi/extensions/stac_fastapi/extensions/core/filter/client.py
@@ -49,7 +49,7 @@ def get_queryables(
49
https://github.com/stac-api-extensions/filter#queryables
50
"""
51
return {
52
- "$schema": "https://json-schema.org/draft/2019-09/schema",
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
53
"$id": "https://example.org/queryables",
54
"type": "object",
55
"title": "Queryables for Example STAC API",
0 commit comments