-
Notifications
You must be signed in to change notification settings - Fork 18
Add a content-type for the source code for NEST extension modules #272
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 1 commit
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,17 @@ | ||
| { | ||
| "@context": { | ||
| "@vocab": "https://openminds.om-i.org/props/" | ||
| }, | ||
| "@id": "https://openminds.om-i.org/instances/contentTypes/application_vnd.nest-simulator.model+cpp", | ||
| "@type": "https://openminds.om-i.org/types/ContentType", | ||
| "dataType": null, | ||
| "description": "Source code for an extension module for the NEST simulator", | ||
| "displayLabel": null, | ||
|
apdavison marked this conversation as resolved.
Outdated
|
||
| "fileExtension": [ | ||
| ".cpp" | ||
| ], | ||
| "name": "application/vnd.nest-simulator.model+cpp", | ||
| "relatedMediaType": "text/x-c", | ||
|
apdavison marked this conversation as resolved.
Outdated
|
||
| "specification": "https://nest-extension-module.readthedocs.io/en/latest/extension_modules.html", | ||
| "synonym": null | ||
|
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. is there a more human readable name?
Member
Author
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. 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" |
||
| } | ||
Uh oh!
There was an error while loading. Please reload this page.