# MasaArcheoOperation-template.json

{
    "$schema": "http://json-schema.org/draft-07/schema#",
    "$id": "../Documentation/Implementation/data_model/Json/",
    "title": "MasaArcheoOperation",
    "description": "MasaArcheoOperation template",
    "dataTypes": null,
    "type": "object",
    "class": "MasaArcheoOperation",
    "properties": {
        "archeoOperationName": {
            "type": "string",
            "description": "Name of the archaeological operation",
            "label@fr_FR": "Intitulé de l'opération",
            "label@en_GB": "Survey title",
            "tooltip": null,
            "form_label@fr_FR": "Intitulé de l'opération",
            "form_label@en_GB": "Survey title"
        },
        "archeoOperationIdentifier": {
            "type": "string",
            "description": "Archaelogical operation identifier",
            "label@fr_FR": "Identifiant de l'opération",
            "label@en_GB": "Archaeological operation identifier",
            "tooltip": null,
            "form_label@fr_FR": "Identifiant de l'opération",
            "form_label@en_GB": "Archaeological operation identifier"
        },
        "archeoOperationIdType": {
            "type": "string",
            "description": "Identifier type of the archaeological operation",
            "label@fr_FR": "Type d'identifiant",
            "label@en_GB": "Identifier type",
            "tooltip": null,
            "form_label@fr_FR": "Type d'identifiant",
            "form_label@en_GB": "Identifier type"
        },
        "archeoOperationStatus": {
            "type": "string",
            "description": "Administrative status of the archaeological operation",
            "label@fr_FR": "Statut administratif de l'opération",
            "label@en_GB": "Administrative status of the archaelogical operation",
            "tooltip": null,
            "example@fr_FR": "Fouille préventive, fouille programmée, fouille Ministère des affaires étrangères, etc.",
            "example@en_GB": "Preventive excavations, scheduled excavations, Ministry of Foreign Affairs excavations, etc.",
            "form_label@fr_FR": "Statut administratif de l'opération",
            "form_label@en_GB": "Administrative status of the archaeological operation"
        },
        "archeoOperationNature": {
            "type": "string",
            "description": "Nature of the archaelogical operation",
            "label@fr_FR": "Nature de l'opération",
            "label@en_GB": "Nature of the archaeological operation",
            "tooltip": null,
            "example@fr_FR": "Diagnostic, fouilles, prospection, surveillance de travaux, fouilles subaquatiques, etc.",
            "example@en_GB": "Test drench, excavation, public works supervision, underwater excavation, etc.",
            "form_label@fr_FR": "Nature de l'opération",
            "form_label@en_GB": "Nature of the archaeological operation"
        },
        "geoLocationBox": {
            "type": "object",
            "class": "SpecificData",
            "properties": {
                "dbid": {
                    "type": "number"
                }
            },
            "template_name": "GeoLocationBox",
            "required": [
                "dbid"
            ],
            "description": "Geographical coordinates of the operation (expressed as a bounding rectangle)",
            "label@fr_FR": "Coordonnées géographiques de l'opération (pour une zone géographique)",
            "label@en_GB": "Archaeological operation geographical coordinates (area)",
            "tooltip@fr_FR": "Étendue de l'opération archéologique dans l'espace géographique, exprimée sous la forme d'un rectangle de délimitation (définies par des longitudes ouest et est et des latitudes nord et sud)",
            "tooltip@en_GB": "Extent of the archaeological operation in the geographical space, expressed in the form of a bounding box (defined by west and east longitudes and north and south latitudes)",
            "form_label@fr_FR": "Coordonnées géographiques de l'opération (pour une zone géographique)",
            "form_label@en_GB": "Archaeological operation geographical coordinates (area)"
        },
        "geoLocationPoint": {
            "type": "object",
            "class": "SpecificData",
            "properties": {
                "dbid": {
                    "type": "number"
                }
            },
            "template_name": "GeoLocationPoint",
            "required": [
                "dbid"
            ],
            "description": "Geographical coordinates of the operation (expressed as a point location in space)",
            "label@fr_FR": "Coordonnées géographiques de l'opération (pour un point géographique)",
            "label@en_GB": "Archaeological operation spatial coordinates (point)",
            "tooltip": null,
            "form_label@fr_FR": "Coordonnées géographiques de l'opération (pour un point géographique)",
            "form_label@en_GB": "Archaeological operation spatial coordinates (point)"
        },
        "archeoOperationManager": {
            "type": "array",
            "items": {
                "type": "string"
            },
            "description": "Information about the director(s) of the excavations",
            "label@fr_FR": "Responsable(s) de l'opération archéologique",
            "label@en_GB": "Archaeological operation supervisor",
            "tooltip": null,
            "example@fr_FR": "Perrot, Jean / CNRS.",
            "example@en_GB": "Perrot, Jean / CNRS.",
            "form_label@fr_FR": "Responsable(s) de l'opération archéologique",
            "form_label@en_GB": "Archaeological operation supervisor"
        }
    },
    "required": [],
    "to_string": [
        "$.archeoOperationName",
        " (",
        "$.archeoOperationManager",
        " )"
    ]
}