parent
fd74f4c14d
commit
c94822faf6
@ -1,14 +1,15 @@ |
||||
type: object |
||||
description: Une business unit d'une agence |
||||
description: Business unit à laquelle appartient le collaborateur |
||||
properties: |
||||
id: |
||||
type: integer |
||||
format: int64 |
||||
description: Id de l'agence |
||||
nom: |
||||
type: string |
||||
description: Nom de la business unit |
||||
agence: |
||||
$ref: ./agence.yaml |
||||
required: |
||||
- id |
||||
- nom |
||||
- agence |
||||
- nom |
Loading…
Reference in new issue