Skip to content

Commit

Permalink
fix(project info): add the required missing field
Browse files Browse the repository at this point in the history
  • Loading branch information
mostaphaRoudsari committed Jan 25, 2024
1 parent 4ec2d6b commit da72558
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions honeybee_schema/project_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ class Location(BaseModel):
class ProjectInfo(BaseModel):
"""Project information."""

type: constr(regex='^ProjectInfo$')

north: float = Field(
0,
description='A number between -360 to 360 where positive values rotate the '
Expand Down

0 comments on commit da72558

Please sign in to comment.