# DMPResearchProject-template.json
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "../Documentation/Implementation/data_model/Json/",
"title": "DMPResearchProject",
"description": "DMPResearchProject template",
"dataTypes": [
"software",
"none"
],
"type": "object",
"class": "DMPResearchProject",
"properties": {
"identifier": {
"type": "number",
"description": "Local identifier",
"tooltip": null
},
"meta": {
"type": "object",
"class": "Meta",
"properties": {
"dbid": {
"type": "number"
}
},
"template_name": "MetaStandard",
"required": [
"dbid"
],
"description": "Details about the data management plan",
"label@fr_FR": "Métadonnées du plan",
"label@en_GB": "Plan Metadata",
"tooltip": null,
"form_label@fr_FR": "Métadonnées du plan",
"form_label@en_GB": "Plan Metadata"
},
"project": {
"type": "object",
"class": "Project",
"properties": {
"dbid": {
"type": "number"
}
},
"template_name": "ProjectStandard",
"required": [
"dbid"
],
"description": "Aspects relatifs au projet de recherche ou activité de recherche",
"label@fr_FR": "Renseignements sur le projet",
"label@en_GB": "Project Details",
"tooltip": null,
"form_label@fr_FR": "Renseignements sur le projet",
"form_label@en_GB": "Project Details"
},
"researchOutput": {
"type": "array",
"table_header": null,
"items": {
"type": "object",
"class": "ResearchOutput",
"properties": {
"dbid": {
"type": "number"
}
},
"template_name": "ResearchOutputStandard",
"required": [
"dbid"
]
},
"minItems": 1,
"description": "Comprehensive information describing the project",
"tooltip": null
},
"budget": {
"type": "object",
"class": "Budget",
"properties": {
"dbid": {
"type": "number"
}
},
"template_name": "BudgetStandard",
"required": [
"dbid"
],
"description": "Represents information on data management budget items not directly associated with a research product. This class supports the retrieval of such information when importing a Data Management Plan (DMP) compliant with the RDA DMP Common Standard",
"tooltip": null
}
},
"required": [
"identifier",
"meta",
"project",
"researchOutput",
"budget"
],
"to_string": []
}