parent
1b290796cf
commit
6af897613b
@ -0,0 +1,25 @@ |
||||
type: object |
||||
description: Les informations d'un collaborateur |
||||
properties: |
||||
id: |
||||
type: string |
||||
format: uuid |
||||
nom: |
||||
type: string |
||||
prenom: |
||||
type: string |
||||
mailApside: |
||||
type: string |
||||
format: email |
||||
businessUnit: |
||||
$ref: ./businessUnit.yaml |
||||
collaborateurs: |
||||
type: array |
||||
items: |
||||
$ref: ./collaborateur.yaml |
||||
required: |
||||
- id |
||||
- nom |
||||
- prenom |
||||
- mailApside |
||||
- businessunit |
@ -1,28 +0,0 @@ |
||||
type: object |
||||
description: Les détails d'un engagement pris par un référent pour un EP |
||||
properties: |
||||
id: |
||||
type: number |
||||
action: |
||||
type: string |
||||
modalite: |
||||
type: string |
||||
dispositif: |
||||
type: string |
||||
datePrevisionnelle: |
||||
type: string |
||||
format: date-time |
||||
realisable: |
||||
type: boolean |
||||
realise: |
||||
type: boolean |
||||
raisonNonRealisable: |
||||
type: string |
||||
ep: |
||||
$ref: ../ep/epInformations.yaml |
||||
required: |
||||
- id |
||||
- action |
||||
- modalite |
||||
- dispositif |
||||
- datePrevisionnelle |
Loading…
Reference in new issue