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.
32 lines
514 B
32 lines
514 B
type: object
|
|
description: Demande d'EPI faite par un collaborateur
|
|
properties:
|
|
id:
|
|
type: integer
|
|
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 |