parent
938c187beb
commit
2ebb3bd013
@ -1,22 +1,21 @@ |
|||||||
type: object |
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: |
properties: |
||||||
id: |
id: |
||||||
type: string |
type: string |
||||||
format: int64 |
format: int64 |
||||||
typeSaisie: |
description: Id de la saisie |
||||||
$ref: ../enum/typeEP.yaml |
|
||||||
note: |
note: |
||||||
type: integer |
type: integer |
||||||
|
description: Note saisie |
||||||
texte: |
texte: |
||||||
type: string |
type: string |
||||||
texte2: |
description: Texte saisi |
||||||
type: string |
|
||||||
niveau: |
|
||||||
type: integer |
|
||||||
champ: |
champ: |
||||||
$ref: ./champ.yaml |
$ref: ./champ.yaml |
||||||
|
typeSaisie: |
||||||
|
$ref: ../enum/typeEP.yaml |
||||||
required: |
required: |
||||||
- id |
- id |
||||||
- type |
|
||||||
- champ |
- champ |
||||||
|
- typeSaisie |
Loading…
Reference in new issue