Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need more generalized schema loading #525

Closed
VisLab opened this issue Jul 28, 2022 · 2 comments
Closed

Need more generalized schema loading #525

VisLab opened this issue Jul 28, 2022 · 2 comments

Comments

@VisLab
Copy link
Member

VisLab commented Jul 28, 2022

With the HED now supporting library schema and in conjunction with the pending BIDS specification for HEDVersion.

Here are versions that should be parsed:

"8.0.1"
"score_0.0.1"
"ts:8.0.1"
"sc:score_0.0.1"

Each of the above as a single item in a list.

["8.0.1", "sc:score_0.0.1", "ts:8.0.1"]

"https://github.com/hed-standard/hed-specification/hedxml/hed8.0.0.xml"

"sc:filename.xml"

"sc:https://github.com/hed-standard/hed-specification/hedxml/hed8.0.0.xml"

See the new specification for BIDS URIs:
bids-standard/bids-specification#918

"sc:bids::myfile.xml"

@IanCa
Copy link
Member

IanCa commented Feb 3, 2023

This is in aside from the directly loading from url/file notation. That didn't make sense in our setup at the time, but could be revisited in the future.

@VisLab
Copy link
Member Author

VisLab commented Feb 10, 2023

Closed for now.... may be revisited in the future.

@VisLab VisLab closed this as completed Feb 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants