{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "../Documentation/Implementation/data_model/Json/",
"title": "DataOrganizationStandard",
"description": "DataOrganizationStandard template",
"type": "object",
"extensible": 1,
"properties": {
"title": {
"type": "string",
"description": "Intitulé de l'aspect organisationnel",
"label@fr_FR": "Titre",
"label@en_GB": "Title"
},
"description": {
"type": "string",
"description": "Description de la méthodologie appliquée pour cet aspect",
"inputType": "textarea",
"label@fr_FR": "Description",
"label@en_GB": "Description"
},
"documentUrl": {
"type": "string",
"format": "uri",
"description": "Url du document associé à cet aspect organisationnel et accessible aux membres du projet",
"label@fr_FR": "Url du document",
"label@en_GB": "Document URL"
}
},
"required": [
"title",
"description"
],
"to_string": [
"DataOrganizationStandard: to_string not defined"
]
}