Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"@id": "https://openminds.om-i.org/instances/contentTypes/application_vnd.siibra.meta+json.jsonld",
"@id": "https://openminds.om-i.org/instances/contentTypes/application_vnd.siibra.meta+json",

"@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",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"description": "Sidecar file to volumetric/raster filebundle, providing metadata to the said bundle",
"description": "Sidecar file to volumetric/raster a file bundle, providing metadata to the said bundle.",

"displayLabel": "siibra meta.json file",
"fileExtension": [
"meta.json"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"meta.json"
".meta.json"

???

],
"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",
Copy link
Member

Choose a reason for hiding this comment

The 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:

{
    "$schema": "http://json-schema.org/draft-07/schema",
    "oneOf": [{
        "$ref": "meta.schema.v1.json"
    }]
}

Where is the ref pointing to?

"synonym": [
"siibra toolsuite volume descriptor"
]
}