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.

52 lines
818 B

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