type: object properties: id: type: integer intitule: type: string origine: type: string statut: type: string enum: [Planifiée, Replanifiée, Réalisée, Annulée] dateDebut: type: string format: date-time dateFin: type: string format: date-time heure: type: number jour: type: number organisme: type: string mode: type: string enum: [Présentiel, Visioconférence] type: type: string enum: [Externe, Interne] estCertifie: type: boolean participantsFormation: type: array items: $ref: participationformation.yaml required: - id - intitule - origine - status - dateDebut - dateFin - heure - jour - organisme - mode - type - estCertifie