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/demandeformation/demandeFormation.yaml

37 lines
590 B

type: object
description: Les détails d'une demande de formation
properties:
id:
type: integer
format: int64
libelle:
type: string
description:
type: string
demandeRH:
type: boolean
default: false
dateDemande:
type: string
format: date-time
reponse:
type: boolean
commentaireRefus:
type: string
dateDerniereReponse:
type: string
format: date-time
theme:
$ref: ./theme.yaml
ep:
$ref: ../ep/epInformations.yaml
required:
- id
- status
- libelle
- description
- demandeRH
- dateDemande
- ep
- theme