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.
26 lines
383 B
26 lines
383 B
type: object
|
|
description: Les champs d'un EP ou d'une évaluation à remplir
|
|
properties:
|
|
id:
|
|
type: integer
|
|
format: int64
|
|
texte:
|
|
type: string
|
|
section:
|
|
type: string
|
|
soussection:
|
|
type: string
|
|
ordre:
|
|
type: integer
|
|
typeChamp:
|
|
type: string
|
|
typeSaisie:
|
|
type: string
|
|
|
|
required:
|
|
- id
|
|
- texte
|
|
- section
|
|
- ordre
|
|
- typeChamp
|
|
- typeSaisie |