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
332 B

type: object
properties:
id:
type: integer
texte:
type: string
section:
type: string
ordre:
type: number
typeChamp:
type: string
typeSaisie:
type: string
saisies:
type: array
items:
$ref: ./saisie.yaml
required:
- id
- texte
- section
- ordre
- typeChamp
- typeSaisie