Finalize schemas version 1
This commit is contained in:
parent
8fb02a63c1
commit
7e6b2d3dc0
|
@ -0,0 +1,8 @@
|
||||||
|
from marshmallow import Schema, fields
|
||||||
|
|
||||||
|
|
||||||
|
class LCAWorkflowSchema(Schema):
|
||||||
|
city_file_path = fields.Str(required=True)
|
||||||
|
archetypes_file_name = fields.Str(required=True)
|
||||||
|
constructions_file_name = fields.Str(required=True)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user