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/commentaireAssistant.yaml

18 lines
416 B

type: object
description: DTO contenant le commentaire d'un assistant sur l'EP.
properties:
id:
type: integer
format: int64
description: Id du commentaire assistant
idAssistante:
type: string
format: uuid
description: Id de l'assistant qui a écrit le commentaire
commentaire:
type: string
description: Le commentaire de l’assistant
required:
- idAssistant
- commentaire