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