{ "_type": "https://openminds.ebrains.eu/core/Dataset", "_extends": "products/researchProduct.schema.tpl.json", "required": [ "author" ], "properties": { "author": { "type": "array", "minItems": 1, "uniqueItems": true, "_instruction": "Add one or several authors (person or organization) that contributed to the production and publication of this dataset.", "_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" ] }, "hasVersion": { "type": "array", "minItems": 1, "uniqueItems": true, "_instruction": "Add one or several versions of this dataset.", "_linkedTypes": [ "https://openminds.ebrains.eu/core/DatasetVersion" ] } } }