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.
openAPIServeurEPA/schemas/ep/epInformations.yaml

32 lines
566 B

4 years ago
type: object
description: Les informations de base d'un EP
properties:
id:
4 years ago
type: integer
format: int64
4 years ago
type:
type: integer
statut:
4 years ago
type: integer
4 years ago
dateDisponibilite:
type: string
format: date-time
datePrevisionnelle:
type: string
format: date-time
obligatoire:
type: boolean
collaborateur:
$ref: ../collaborateur/collaborateur.yaml
referent:
4 years ago
$ref: ../collaborateur/referent.yaml
4 years ago
required:
- id
- type
- dateDisponibilite
- datePrevisionnelle
- statut
- obligatoire
- collaborateur
- referent