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.
62 lines
1004 B
62 lines
1004 B
4 years ago
|
type: object
|
||
|
required:
|
||
|
- id
|
||
|
- nom
|
||
|
- prenom
|
||
|
properties:
|
||
|
id:
|
||
|
type: string
|
||
|
format: uuid
|
||
|
nom:
|
||
|
type: string
|
||
|
prenom:
|
||
|
type: string
|
||
|
genre:
|
||
|
$ref: './Genre.yaml'
|
||
|
dateNaissance:
|
||
|
type: string
|
||
|
format: date
|
||
|
nbEnfants:
|
||
|
type: integer
|
||
|
format: int32
|
||
|
adresse:
|
||
|
$ref: './Adresse.yaml'
|
||
|
telephone:
|
||
|
type: string
|
||
|
mailPerso:
|
||
|
type: string
|
||
|
format: email
|
||
|
mailApside:
|
||
|
type: string
|
||
|
format: email
|
||
|
statut:
|
||
|
$ref: './Statut.yaml'
|
||
|
fonctions:
|
||
|
type: array
|
||
|
items:
|
||
|
$ref: './Fonction.yaml'
|
||
|
businessUnit:
|
||
|
$ref: './BU.yaml'
|
||
|
referent:
|
||
|
$ref: './Collaborateur.yaml'
|
||
|
parrain:
|
||
|
$ref: './Collaborateur.yaml'
|
||
|
projets:
|
||
|
type: array
|
||
|
items:
|
||
|
$ref: './Projet.yaml'
|
||
|
technologiesPref:
|
||
|
type: array
|
||
|
items:
|
||
|
$ref: './Technologie.yaml'
|
||
|
periodeEssai:
|
||
|
type: array
|
||
|
items:
|
||
|
$ref: './PeriodeEssai.yaml'
|
||
|
dateArrivee:
|
||
|
type: string
|
||
|
format: date
|
||
|
dateDepart:
|
||
|
type: string
|
||
|
format: date
|