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

36 lines
515 B

type: object
properties:
id:
type: integer
status:
type: string
libelle:
type: string
description:
type: string
demandeRH:
type: boolean
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/ep.yaml
required:
- id
- status
- libelle
- description
- demandeRH
- dateDemande
- ep
- theme