# DataReuseMasa-template.json

{
    "$schema": "http://json-schema.org/draft-07/schema#",
    "$id": "../Documentation/Implementation/data_model/Json/",
    "title": "DataReuseMasa",
    "description": "DataReuseMasa template",
    "dataTypes": null,
    "type": "object",
    "class": "DataReuseMasa",
    "properties": {
        "justification": {
            "type": "string",
            "description": "Explanation for the decision to reuse or not reuse existing data",
            "inputType": "textarea",
            "label@fr_FR": "Justification",
            "label@en_GB": "Justification",
            "tooltip@fr_FR": "Indiquer comment elles seront intégrées au projet ou réutilisées dans le cadre de l'entité",
            "tooltip@en_GB": "Indicate how they will be integrated into the project or reused within the entity",
            "form_label@fr_FR": "Justifier la réutilisation ou la non-réutilisation de données existantes",
            "form_label@en_GB": "Justify the reuse or non-reuse of existing data"
        },
        "archeoOperation": {
            "type": "array",
            "table_header": null,
            "items": {
                "type": "object",
                "class": "SpecificData",
                "properties": {
                    "dbid": {
                        "type": "number"
                    }
                },
                "template_name": "MasaArcheoOperation",
                "required": [
                    "dbid"
                ]
            },
            "description": "Identification of associated archaeological operations (optional)",
            "label@fr_FR": "Opération(s) archéologique(s) associée(s) aux données réutilisées (optionnel)",
            "label@en_GB": "Archaeological operation associated with reused data (optional)",
            "tooltip@fr_FR": "Cette section n'est à renseigner que si le projet de recherche est étroitement lié à une ou des opérations archéologiques : publication de sites, SIG, etc.",
            "tooltip@en_GB": "This section should only be completed if the research project is closely linked to one or more archaeological operations: publication of sites, GIS, etc.",
            "form_label@fr_FR": "Opération(s) archéologique(s) associée(s) aux données réutilisées (optionnel)",
            "form_label@en_GB": "Archaeological operation associated with reused data (optional)"
        },
        "reusedData": {
            "type": "array",
            "table_header": null,
            "items": {
                "type": "object",
                "class": "ReusedData",
                "properties": {
                    "dbid": {
                        "type": "number"
                    }
                },
                "template_name": "ReusedDataStandard",
                "required": [
                    "dbid"
                ]
            },
            "description": "Information on reused data (dataset, software or other objects)",
            "label@fr_FR": "Données réutilisées",
            "label@en_GB": "Reused data",
            "tooltip": null,
            "form_label@fr_FR": "Décrire le ou les produits de recherche réutilisés",
            "form_label@en_GB": "Describe the reused research output(s)"
        },
        "cost": {
            "type": "array",
            "table_header@fr_FR": "Type de coût : montant",
            "table_header@en_GB": "Cost type: amount",
            "items": {
                "type": "object",
                "class": "Cost",
                "properties": {
                    "dbid": {
                        "type": "number"
                    }
                },
                "template_name": "CostStandard",
                "required": [
                    "dbid"
                ]
            },
            "description": "Potential costs related to the purchase of data",
            "label@fr_FR": "Coûts",
            "label@en_GB": "Costs",
            "tooltip": null,
            "form_label@fr_FR": "Coûts liés à la réutilisation de données existantes",
            "form_label@en_GB": "Existing reuse data associated costs"
        }
    },
    "required": [
        "justification"
    ],
    "to_string": []
}