parent
ca36d52245
commit
677f29ce33
@ -1,21 +0,0 @@ |
||||
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 |
||||
required: |
||||
- id |
||||
- nom |
||||
- prenom |
||||
- mailApside |
||||
- businessunit |
Loading…
Reference in new issue