from pydantic import BaseModel class EnergyAssessmentUploadPayload(BaseModel): portfolio_id: int # This is the energy assessment company/individual that conducted the energy assessment, where the data is uploaded # against surveyor: str # is a code, like VEC001, which is used to identify the project and also where the data is uploaded against project_code: str