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
we could add services not only for assets but also
dataset (generic, non-DANDI specific term so could later be reused by others)
directory ("folder" is forbidden in BIDS)
file (generic, non-DANDI specific)
so then corresponding selection of services could be picked up.
I think it is ok to have scope: str (not a list[str]) since for every scope there would be different URL and potentially descriptive "categories", as per
Came up in the context of
we could add services not only for assets but also
dataset
(generic, non-DANDI specific term so could later be reused by others)directory
("folder" is forbidden in BIDS)file
(generic, non-DANDI specific)so then corresponding selection of services could be picked up.
I think it is ok to have
scope: str
(not alist[str]
) since for every scope there would be different URL and potentially descriptive "categories", as perThe text was updated successfully, but these errors were encountered: