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.
50 lines
766 B
50 lines
766 B
4 years ago
|
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
|