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
"""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.
35
+
defget_queryables(self) ->Dict[str, Any]:
36
+
"""Return all queryables.
39
37
40
38
Output is a dictionary that can be used in ``jsonshema.validate``
0 commit comments