# ReusedDataStandard-template.json

{
    "$schema": "http://json-schema.org/draft-07/schema#",
    "$id": "../Documentation/Implementation/data_model/Json/",
    "title": "ReusedDataStandard",
    "description": "ReusedDataStandard template",
    "dataTypes": null,
    "type": "object",
    "class": "ReusedDataStandard",
    "externalImports": {
        "metadore": {}
    },
    "properties": {
        "title": {
            "type": "string",
            "description": "Research object title",
            "label@fr_FR": "Nom",
            "label@en_GB": "Name",
            "tooltip": null,
            "form_label@fr_FR": "Nom complet",
            "form_label@en_GB": "Full name"
        },
        "description": {
            "type": "string",
            "description": "Description of the context of production of the research object",
            "inputType": "textarea",
            "label@fr_FR": "Description",
            "label@en_GB": "Description",
            "tooltip@fr_FR": "Indiquer l'origine des données réutilisées et les éventuelles contraintes d'accès et/ou réutilisation",
            "tooltip@en_GB": "Indicate the origin of the reused data and any constraints on access and/or reuse",
            "form_label@fr_FR": "Décrire succinctement le produit de recherche",
            "form_label@en_GB": "Briefly describe the research output"
        },
        "datasetId": {
            "type": "string",
            "description": "Research object identifier",
            "label@fr_FR": "Identifiant pérenne",
            "label@en_GB": "Persistent identifier",
            "tooltip": null,
            "form_label@fr_FR": "Identifiant pérenne du produit de recherche",
            "form_label@en_GB": " Reseach product persistent identifier"
        },
        "idType": {
            "type": "string",
            "description": "Identification system",
            "inputType": "dropdown",
            "label@fr_FR": "Type d'identifiant",
            "label@en_GB": " Identifier type",
            "registries": [
                "PIDSystem"
            ],
            "registryCategory": "PIDSystem",
            "overridable": true,
            "tooltip": null,
            "form_label@fr_FR": "Type d'identifiant du produit de recherche",
            "form_label@en_GB": " Reseach product identifier type"
        },
        "versionNumber": {
            "type": "string",
            "description": "Version number",
            "label@fr_FR": "Numéro de version",
            "label@en_GB": "Version number",
            "tooltip": null,
            "form_label@fr_FR": "Numéro de version",
            "form_label@en_GB": "Version number"
        },
        "license": {
            "type": "object",
            "class": "License",
            "properties": {
                "dbid": {
                    "type": "number"
                }
            },
            "template_name": "LicenseStandard",
            "required": [
                "dbid"
            ],
            "description": "License or contract determining the conditions of reuse",
            "label@fr_FR": "Licence",
            "label@en_GB": "License",
            "inputType": "dropdown",
            "registries": [
                "DataLicenses"
            ],
            "registryCategory": "License",
            "overridable": true,
            "tooltip": null,
            "form_label@fr_FR": "Licence",
            "form_label@en_GB": "License"
        }
    },
    "required": [
        "title",
        "datasetId",
        "idType"
    ],
    "to_string": [
        "$.title",
        " : ",
        "$.datasetId"
    ]
}