Skip to content

Commit 13df78f

Browse files
ircwavesgadomski
andauthored
Update get_queryables docstring
Co-authored-by: Pete Gadomski <[email protected]>
1 parent 4c98a2e commit 13df78f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pystac_client/mixins.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ class QueryablesMixin(BaseMixin):
3434

3535
def get_queryables(self, *collections: Optional[str]) -> Dict[str, Any]:
3636
"""Return all queryables, or limit to those of specified collections.
37+
38+
Queryables from multiple collections are unioned together, except in the case when the same queryable key has a different definition, in which case that key is dropped.
3739
3840
Output is a dictionary that can be used in ``jsonshema.validate``
3941
Args:

0 commit comments

Comments
 (0)