Tested Field description
This commit is contained in:
parent
9bc4e6171a
commit
4918215ea7
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ from marshmallow import pre_dump
|
|||
|
||||
class CaptureSchema(Schema):
|
||||
id = fields.String()
|
||||
file = fields.String(data_key="path")
|
||||
file = fields.String(data_key="path", description="Path of file on microscope device")
|
||||
exists = fields.Bool(data_key="available")
|
||||
filename = fields.String()
|
||||
metadata = fields.Dict()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue