lca_carbon_api/schemas.py
2024-09-12 13:03:59 -04:00

9 lines
225 B
Python

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)