|
|
|
@ -1,5 +1,5 @@ |
|
|
|
|
type: object |
|
|
|
|
description: DTO pour la gestion des formations |
|
|
|
|
description: DTO pour la gestion des formations. |
|
|
|
|
properties: |
|
|
|
|
id: |
|
|
|
|
type: integer |
|
|
|
@ -39,7 +39,7 @@ properties: |
|
|
|
|
$ref: ./typeFormation.yaml |
|
|
|
|
estCertifiee: |
|
|
|
|
type: boolean |
|
|
|
|
description: Indique qu'il s'agit d'une formation certifiée ou non |
|
|
|
|
description: Indique s'il s'agit d'une formation certifiée ou non |
|
|
|
|
estRealisee: |
|
|
|
|
type: boolean |
|
|
|
|
description: Indique que la formation a bien été effectuée ou non |
|
|
|
@ -52,7 +52,7 @@ properties: |
|
|
|
|
required: |
|
|
|
|
- intitule |
|
|
|
|
- origine |
|
|
|
|
- status |
|
|
|
|
- statut |
|
|
|
|
- dateDebut |
|
|
|
|
- dateFin |
|
|
|
|
- idAgence |
|
|
|
|