# SoftwareValorisationStandard-template.json
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "../Documentation/Implementation/data_model/Json/",
"title": "SoftwareValorisationStandard",
"description": "SoftwareValorisationStandard template",
"dataTypes": [
"software"
],
"type": "object",
"class": "SoftwareValorisationStandard",
"properties": {
"softwarePublication": {
"type": "array",
"table_header": null,
"items": {
"type": "object",
"class": "ResourceReference",
"properties": {
"dbid": {
"type": "number"
}
},
"template_name": "ResourceReferenceStandard",
"required": [
"dbid"
]
},
"description": "Scientific publications describing the software",
"label@fr_FR": "Le logiciel a-t-il fait l'objet d’une publication scientifique dédiée ?",
"label@en_GB": "Has information about this software already been published?",
"tooltip@fr_FR": "Indiquer la publication revue par les pairs décrivant spécifiquement le logiciel, appelé Software paper, dans un journal dédié comme par exemple \"The Journal of Open Source Software\" (https://joss.theoj.org).",
"tooltip@en_GB": "Include here any published article that describes the software specifically. This is known as a software paper and it should appear in a peer-reviewed publication published in a dedicated journal, such as \"The Journal of Open Source Software\" (https://joss.theoj.org).",
"form_label@fr_FR": "Le logiciel a-t-il fait l'objet d’une publication scientifique dédiée ?",
"form_label@en_GB": "Has information about this software already been published?"
},
"resourceReference": {
"type": "array",
"table_header": null,
"items": {
"type": "object",
"class": "ResourceReference",
"properties": {
"dbid": {
"type": "number"
}
},
"template_name": "ResourceReferenceStandard",
"required": [
"dbid"
]
},
"description": "References to scientific publications related to the software",
"label@fr_FR": "Le logiciel a-t-il été associé à des publications scientifiques ?",
"label@en_GB": "Is this software associated with one or more scientific publications?",
"tooltip@fr_FR": " Indiquer les principales publications liées au logiciel.",
"tooltip@en_GB": "List the main publications related to the software.",
"form_label@fr_FR": "Le logiciel a-t-il été associé à des publications scientifiques ?",
"form_label@en_GB": "Is this software associated with one or more scientific publications?"
}
},
"required": [],
"to_string": []
}