StacSearchSortingDirection type

STAC API でのクエリ結果の並べ替え方向を定義します。
KnownStacSearchSortingDirection はStacSearchSortingDirectionと互換的に使用可能で、この列挙はサービスがサポートする既知の値を含む。

サービスでサポートされている既知の値

昇格:ソートは昇順になります。
desc:ソートは降順で行われます。

type StacSearchSortingDirection = string