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.
|
|
|
type: object
|
|
|
|
description: DTO concernant les participants d'un EP hors collaborateur et référent
|
|
|
|
properties:
|
|
|
|
id:
|
|
|
|
type: integer
|
|
|
|
format: int64
|
|
|
|
description: Id de la participation
|
|
|
|
idParticipant:
|
|
|
|
type: string
|
|
|
|
format: uuid
|
|
|
|
description: Id du participant
|
|
|
|
estPermanente:
|
|
|
|
type: boolean
|
|
|
|
description: Indique si la participation est juste une participation d'un EP en cours ou des prochains EP en plus
|
|
|
|
participant:
|
|
|
|
type: string
|
|
|
|
description: Nom et prénom
|
|
|
|
|
|
|
|
required:
|
|
|
|
- idParticipant
|
|
|
|
- estPermanente
|
|
|
|
- participant
|