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

15 lines
216 B

type: object
properties:
id:
type: number
example:
typeEntretien:
type: string
example:
dateEntretien:
type: string
format: date-time
required:
- id
- typeEntretien
- dateEntretien