Skip to content

Commit

Permalink
Update symbol model properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Roconda committed Oct 31, 2024
1 parent ca0ab14 commit b74b115
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/edr_pydantic/unit.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@


class Symbol(EdrBaseModel, extra="allow"):
value: str
type: str
title: Optional[str] = None
description: Optional[str] = None
value: Optional[str] = None
type: Optional[str] = None


class Unit(EdrBaseModel):
Expand Down

0 comments on commit b74b115

Please sign in to comment.