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.

48 lines
748 B

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