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/demandeepi/demandeEPI.yaml

28 lines
537 B

4 years ago
type: object
description: Demande d'EPI faite par un collaborateur
properties:
id:
type: integer
4 years ago
format: int64
collaborateur:
$ref: ../collaborateur/collaborateur.yaml
referent:
$ref: ../collaborateur/collaborateur.yaml
4 years ago
dateDemande:
type: string
format: date-time
etatDemande:
$ref: ../enum/etatDemande.yaml
4 years ago
dateReponse:
type: string
format: date-time
raisonRefus:
type: string
ep:
$ref: ../ep/epInformations.yaml
required:
- collaborateur
- dateDemande
- etatDemande