type: object description: Objet de l'EP au moment de la saisie du collaborateur properties: id: type: integer format: int64 type: type: string datePrevisionnelle: type: string format: date-time cv: type: string choixEntretien: $ref: ./typeEntretien.yaml obligatoire: type: boolean objectif: type: array items: $ref: ./objectif.yaml objectifPrecedent: type: array items: $ref: ./objectifPrecedent.yaml documents: type: array items: $ref: ./document.yaml required: - id - type - datePrevisionnelle - obligatoire - collaborateur - documents