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