You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description="""Only return items that have a temporal property that intersects this value.\n
50
51
Either a date-time or an interval, open or closed. Date and time expressions adhere to RFC 3339. Open intervals are expressed using double-dots.""", # noqa: E501
Copy file name to clipboardExpand all lines: stac_fastapi/extensions/stac_fastapi/extensions/core/sort/request.py
+14-9Lines changed: 14 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,10 @@ def _sort_converter(
16
16
Optional[str],
17
17
Query(
18
18
description="An array of property names, prefixed by either '+' for ascending or '-' for descending. If no prefix is provided, '+' is assumed.", # noqa: E501
description="""Only return items that have a temporal property that intersects this value.\n
100
105
Either a date-time or an interval, open or closed. Date and time expressions adhere to RFC 3339. Open intervals are expressed using double-dots.""", # noqa: E501
0 commit comments