lca_carbon_api/schemas.py

8 lines
224 B
Python
Raw Normal View History

2024-09-12 13:03:59 -04:00
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)