More Marshmallow argument updates
This commit is contained in:
parent
e22f36b308
commit
9dbb083ee7
18 changed files with 102 additions and 87 deletions
|
|
@ -24,7 +24,7 @@ class InstrumentSchema(Schema):
|
|||
|
||||
class ImageSchema(Schema):
|
||||
id = fields.UUID()
|
||||
time = fields.String(format="date")
|
||||
time = fields.String(metadata={"format": "date"})
|
||||
format = fields.String()
|
||||
name = fields.String()
|
||||
tags = fields.List(fields.String())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue