Skip to content
Open
Changes from 1 commit
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
Expand Up @@ -6,12 +6,12 @@
"@type": "https://openminds.om-i.org/types/ContentType",
"dataType": null,
Comment thread
lzehl marked this conversation as resolved.
"description": "Source code for an extension module for the NEST simulator",
"displayLabel": null,
"displayLabel": "NEST simulator extension module source code",
"fileExtension": [
".cpp"
],
"name": "application/vnd.nest-simulator.model+cpp",
"relatedMediaType": "text/x-c",
"relatedMediaType": "https://mimetype.io/text/x-c",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

mh... this seems not be an official media type registered in iana.org

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I would probably then not provide this relation at all. Could you double check?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

I couldn't find an entry at iana.org - the initial "x-" generally indicates a non-standard (but widely used) media type.

Since the number of media types registered in iana.org is so small, I would like to propose relaxing our requirements for this property. mimetype.io seems like quite a comprehensive resource; I think we should also allow putting other openMINDS content types here.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

this might be point for v5.0. could you raise this in an issue please?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

"specification": "https://nest-extension-module.readthedocs.io/en/latest/extension_modules.html",
"synonym": null

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

is there a more human readable name?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

I can't think of anything that isn't just rephrasing the description, i.e. "Source code for an extension module for the NEST simulator"

}