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.
openAPIServeurEPA/schemas/ep/participationEP.yaml

22 lines
608 B

type: object
description: DTO concernant les participants supplémentaires d’un EP en dehors du collaborateur et du référent.
properties:
id:
4 years ago
type: integer
4 years ago
format: int64
description: Id de la participation
idParticipant:
4 years ago
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:
4 years ago
type: string
description: Nom et prénom du participant
4 years ago
required:
- idParticipant
- estPermanente
- participant