-
Notifications
You must be signed in to change notification settings - Fork 16
add content-type: siibra meta.json #271
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,23 @@ | ||||||
| { | ||||||
| "@context": { | ||||||
| "@vocab": "https://openminds.om-i.org/props/" | ||||||
| }, | ||||||
| "@id": "https://openminds.om-i.org/instances/contentTypes/application_vnd.siibra.meta+json.jsonld", | ||||||
| "@type": "https://openminds.om-i.org/types/ContentType", | ||||||
| "dataType": [ | ||||||
| { | ||||||
| "@id": "https://openminds.om-i.org/instances/dataType/associativeArray" | ||||||
| } | ||||||
| ], | ||||||
| "description": "Sidecar file to volumetric/raster filebundle, providing metadata to the said bundle", | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| "displayLabel": "siibra meta.json file", | ||||||
| "fileExtension": [ | ||||||
| "meta.json" | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
??? |
||||||
| ], | ||||||
| "name": "application/vnd.siibra.meta+json", | ||||||
| "relatedMediaType": null, | ||||||
| "specification": "https://raw.githubusercontent.com/FZJ-INM1-BDA/siibra-explorer/refs/heads/master/.metaSpec/meta.schema.json", | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this is pointing to the following which does not give a lot of insight: Where is the ref pointing to? |
||||||
| "synonym": [ | ||||||
| "siibra toolsuite volume descriptor" | ||||||
| ] | ||||||
| } | ||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.