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

33 lines
532 B

type: object
description: Demande d'EPI faite par un collaborateur
properties:
id:
type: integer
format: int64
idCollaborateur:
type: string
format: uuid
idReferent:
type: string
format: uuid
dateDemande:
type: string
format: date-time
etat:
type: integer
reponse:
type: boolean
dateReponse:
type: string
format: date-time
raisonRefus:
type: string
ep:
$ref: ../ep/epInformations.yaml
required:
- id
- idCollaborateur
- idReferent
- dateDemande