parent
938c187beb
commit
2ebb3bd013
@ -1,22 +1,21 @@ |
||||
type: object |
||||
description: Saisi d'un collaborateur ou d'un référent sur un champ |
||||
description: DTO concernant la saisie des documents de l'EP |
||||
properties: |
||||
id: |
||||
type: string |
||||
format: int64 |
||||
typeSaisie: |
||||
$ref: ../enum/typeEP.yaml |
||||
description: Id de la saisie |
||||
note: |
||||
type: integer |
||||
description: Note saisie |
||||
texte: |
||||
type: string |
||||
texte2: |
||||
type: string |
||||
niveau: |
||||
type: integer |
||||
description: Texte saisi |
||||
champ: |
||||
$ref: ./champ.yaml |
||||
typeSaisie: |
||||
$ref: ../enum/typeEP.yaml |
||||
required: |
||||
- id |
||||
- type |
||||
- champ |
||||
- champ |
||||
- typeSaisie |
Loading…
Reference in new issue