# EthicalIssuesStandard-template.json

{
    "$schema": "http://json-schema.org/draft-07/schema#",
    "$id": "../Documentation/Implementation/data_model/Json/",
    "title": "EthicalIssuesStandard",
    "description": "EthicalIssuesStandard template",
    "dataTypes": null,
    "type": "object",
    "class": "EthicalIssuesStandard",
    "properties": {
        "description": {
            "type": "string",
            "description": "Description of the measures taken to take into account ethical issues.",
            "inputType": "textarea",
            "label@fr_FR": "Description",
            "label@en_GB": "Description",
            "tooltip": null,
            "form_label@fr_FR": "Décrire les aspects éthiques pris en compte",
            "form_label@en_GB": "Describe the ethical issues"
        },
        "resourceReference": {
            "type": "array",
            "table_header": null,
            "items": {
                "type": "object",
                "class": "ResourceReference",
                "properties": {
                    "dbid": {
                        "type": "number"
                    }
                },
                "template_name": "ResourceReferenceStandard",
                "required": [
                    "dbid"
                ]
            },
            "description": "Identifier of a document related to the ethical aspects to be taken into account",
            "label@fr_FR": "Références associées",
            "label@en_GB": "Related references",
            "tooltip@fr_FR": "Par exemple, l’avis du Comité d’éthique de votre organisme",
            "tooltip@en_GB": "For example, the opinion of your organisation's Ethics Committee",
            "form_label@fr_FR": "Indiquer la ou les références de documents en lien avec les questions éthiques",
            "form_label@en_GB": "Indicate the reference(s) of documents related to ethical issues"
        },
        "contributor": {
            "type": "array",
            "table_header@fr_FR": "Nom",
            "table_header@en_GB": "Name",
            "items": {
                "type": "object",
                "class": "Contributor",
                "properties": {
                    "dbid": {
                        "type": "number"
                    }
                },
                "template_name": "ContributorStandard",
                "required": [
                    "dbid"
                ]
            },
            "description": "Person responsible for addressing the ethical aspects of a project.",
            "label@fr_FR": "Personnes impliquées dans les questions éthiques",
            "label@en_GB": "Persons in charge of ethical issues",
            "tooltip@fr_FR": "Il peut s'agir d'une ou plusieurs personnes, d'une équipe, d'un service",
            "tooltip@en_GB": "It can be one or more people, a team, a department",
            "form_label@fr_FR": "Personnes impliquées dans les questions éthiques",
            "form_label@en_GB": "Persons in charge of ethical issues"
        }
    },
    "required": [
        "description"
    ],
    "to_string": []
}