parent
a8cbf32dc3
commit
5ed5fc4d36
@ -1,5 +0,0 @@ |
||||
required: true |
||||
content: |
||||
application/json: |
||||
schema: |
||||
$ref: ../schemas/demandeformation/creationDemandeFormation.yaml |
@ -1,18 +0,0 @@ |
||||
type: object |
||||
description: Objet à envoyer lors d'une demande de formation |
||||
properties: |
||||
id: |
||||
type: integer |
||||
format: int64 |
||||
libelle: |
||||
type: string |
||||
description: |
||||
type: string |
||||
theme: |
||||
type: integer |
||||
|
||||
required: |
||||
- id |
||||
- libelle |
||||
- description |
||||
- theme |
@ -1,10 +1,12 @@ |
||||
type: object |
||||
description: Origine d'une demande de formation |
||||
description: DTO concernant l'origine de la demande de formation |
||||
properties: |
||||
id: |
||||
type: integer |
||||
description: Id de l'origine de la demande de formation |
||||
libelle: |
||||
type: string |
||||
description: Libellé de l'origine de la demande de formation |
||||
|
||||
required: |
||||
- id |
||||
|
@ -1,16 +1,13 @@ |
||||
type: object |
||||
description: Thème d'une demande de formation |
||||
description: DTO concernant le thème d'une demande de formation |
||||
properties: |
||||
id: |
||||
type: integer |
||||
nom: |
||||
description: Id du thème de la demande de formation |
||||
libelle: |
||||
type: string |
||||
demandesFormation: |
||||
type: array |
||||
items: |
||||
$ref: ./demandeFormation.yaml |
||||
description: Libellé du thème |
||||
|
||||
required: |
||||
- id |
||||
- nom |
||||
- demandesFormation |
||||
- libelle |
Loading…
Reference in new issue