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.
31 lines
551 B
31 lines
551 B
4 years ago
|
type: object
|
||
|
description: Les informations de base d'un EP
|
||
|
properties:
|
||
|
id:
|
||
|
type: number
|
||
|
type:
|
||
|
type: integer
|
||
|
statut:
|
||
|
type: number
|
||
|
dateDisponibilite:
|
||
|
type: string
|
||
|
format: date-time
|
||
|
datePrevisionnelle:
|
||
|
type: string
|
||
|
format: date-time
|
||
|
obligatoire:
|
||
|
type: boolean
|
||
|
collaborateur:
|
||
|
$ref: ../collaborateur/collaborateur.yaml
|
||
|
referent:
|
||
|
$ref: ../collaborateur/collaborateur.yaml
|
||
|
|
||
|
required:
|
||
|
- id
|
||
|
- type
|
||
|
- dateDisponibilite
|
||
|
- datePrevisionnelle
|
||
|
- statut
|
||
|
- obligatoire
|
||
|
- collaborateur
|
||
|
- referent
|