type: object required: - id - nom - prenom properties: id: type: string format: uuid nom: type: string prenom: type: string genre: $ref: './Genre.yaml' dateNaissance: type: string format: date nbEnfants: type: integer format: int32 adresse: $ref: './Adresse.yaml' telephone: type: string mailPerso: type: string format: email mailApside: type: string format: email statut: $ref: './Statut.yaml' fonctions: type: array items: $ref: './Fonction.yaml' businessUnit: $ref: './BU.yaml' referent: $ref: './Collaborateur.yaml' parrain: $ref: './Collaborateur.yaml' projets: type: array items: $ref: './Projet.yaml' technologiesPref: type: array items: $ref: './Technologie.yaml' periodeEssai: type: array items: $ref: './PeriodeEssai.yaml' dateArrivee: type: string format: date dateDepart: type: string format: date