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.

25 lines
364 B

type: object
4 years ago
description: Les champs d'un EP ou d'une évaluation à remplir
properties:
id:
type: integer
texte:
type: string
section:
type: string
4 years ago
soussection:
type: string
ordre:
type: number
typeChamp:
type: string
typeSaisie:
type: string
required:
- id
- texte
- section
- ordre
- typeChamp
- typeSaisie