{ "_type": "https://openminds.ebrains.eu/core/Model", "_extends": "products/researchProduct.schema.tpl.json", "required": [ "abstractionLevel", "developer", "scope", "studyTarget" ], "properties": { "abstractionLevel": { "_instruction": "Add the abstraction level of this model version.", "_linkedTypes": [ "https://openminds.ebrains.eu/controlledTerms/ModelAbstractionLevel" ] }, "developer": { "type": "array", "minItems": 1, "uniqueItems": true, "_instruction": "Add one or several developers (person or organization) that contributed to the code implementation of this model.", "_linkedCategories": [ "legalPerson" ] }, "digitalIdentifier": { "_instruction": "Add the globally unique and persistent digital identifier of this research product. Note that this digital identifier will be used to reference all attached research product versions.", "_linkedTypes": [ "https://openminds.ebrains.eu/core/DOI", "https://openminds.ebrains.eu/core/SWHID" ] }, "hasVersion": { "type": "array", "minItems": 1, "uniqueItems": true, "_instruction": "Add one or several versions of this computational model.", "_linkedTypes": [ "https://openminds.ebrains.eu/core/ModelVersion" ] }, "scope": { "_instruction": "Add the scope of this model version.", "_linkedTypes": [ "https://openminds.ebrains.eu/controlledTerms/ModelScope" ] }, "studyTarget": { "type": "array", "minItems": 1, "uniqueItems": true, "_instruction": "Add all study targets of this model version.", "_linkedCategories": [ "studyTarget" ] } } }