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.
|
type: object
|
|
description: Saisi d'un collaborateur ou d'un référent sur un champ
|
|
properties:
|
|
id:
|
|
type: string
|
|
typeSaisie:
|
|
type: integer
|
|
note:
|
|
type: integer
|
|
texte:
|
|
type: string
|
|
texte2:
|
|
type: string
|
|
niveau:
|
|
type: integer
|
|
champ:
|
|
$ref: ./champ.yaml
|
|
|
|
required:
|
|
- id
|
|
- type
|
|
- champ |