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

14 lines
239 B

type: object
description: RDV pour un entretien
properties:
id:
type: number
dateEntretien:
type: string
format: date-time
typeEntretien:
$ref: ./typeEntretien.yaml
required:
- id
- dateEntretien
- typeEntretien