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.
80 lines
1.5 KiB
80 lines
1.5 KiB
type: object
|
|
description: Tous les détails d'un EP lorsqu'il est consulté
|
|
properties:
|
|
id:
|
|
type: number
|
|
type:
|
|
type: string
|
|
dateDisponibilite:
|
|
type: string
|
|
format: date-time
|
|
datePrevisionnelle:
|
|
type: string
|
|
format: date-time
|
|
dateSaisie:
|
|
type: string
|
|
format: date-time
|
|
statut:
|
|
type: number
|
|
cv:
|
|
type: string
|
|
propositionsEntretien:
|
|
type: array
|
|
items:
|
|
$ref: ./rdvEntretien.yaml
|
|
rdvEntretien:
|
|
$ref: ./rdvEntretien.yaml
|
|
choixTypeEntretien:
|
|
$ref: ./typeEntretien.yaml
|
|
obligatoire:
|
|
type: boolean
|
|
objectif:
|
|
type: array
|
|
items:
|
|
$ref: ./objectif.yaml
|
|
objectifPrecedent:
|
|
type: array
|
|
items:
|
|
$ref: ./objectifPrecedent.yaml
|
|
commentaireAssistant:
|
|
type: string
|
|
commentaireCommercial:
|
|
type: string
|
|
collaborateur:
|
|
$ref: ../collaborateur/collaborateur.yaml
|
|
referent:
|
|
$ref: ../collaborateur/collaborateur.yaml
|
|
demandesFormation:
|
|
type: array
|
|
items:
|
|
$ref: ../demandeformation/demandeFormation.yaml
|
|
participants:
|
|
type: array
|
|
items:
|
|
$ref: ./participationEP.yaml
|
|
engagements:
|
|
type: array
|
|
items:
|
|
$ref: ../ep/engagement.yaml
|
|
augmentationSalaire:
|
|
$ref: ./augmentationSalaire.yaml
|
|
demandesDelegation:
|
|
type: array
|
|
items:
|
|
$ref: ../demandedelegation/demandeDelegation.yaml
|
|
documents:
|
|
type: array
|
|
items:
|
|
$ref: ./document.yaml
|
|
|
|
required:
|
|
- id
|
|
- type
|
|
- dateDisponibilite
|
|
- datePrevisionnelle
|
|
- statut
|
|
- cv
|
|
- obligatoire
|
|
- collaborateur
|
|
- referent
|
|
- documents |