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

16 lines
383 B

type: object
description: DTO concernant la proposition d'un RDV pour l'entretien professionnel
properties:
id:
type: integer
format: int64
description: Id du RDV
dateEntretien:
type: string
format: date-time
description: Date proposée/prévue pour l'entretien
typeEntretien:
$ref: ./typeEntretien.yaml
required:
- dateEntretien
- typeEntretien