You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
623 B
36 lines
623 B
4 years ago
|
type: object
|
||
|
description: Objet de l'EP au moment de la saisie du collaborateur
|
||
|
properties:
|
||
|
id:
|
||
|
type: number
|
||
|
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
|