type: object description: Toutes les informations d'une formation properties: id: type: integer format: int64 intitule: type: string origine: $ref: ./origineFormation.yaml statut: $ref: ./statutFormation.yaml idAgence: type: integer format: int64 dateDebut: type: string format: date-time dateFin: type: string format: date-time heure: type: integer jour: type: integer organisme: type: string mode: $ref: ./modeFormation.yaml type: $ref: ./typeFormation.yaml estCertifie: type: boolean participantsFormation: type: array items: $ref: ./participationformation.yaml required: - id - intitule - origine - status - dateDebut - dateFin - heure - jour - organisme - mode - type - estCertifie