Skip to content

Commit

Permalink
Merge pull request #59 from cancervariants/schemas
Browse files Browse the repository at this point in the history
label is optional
  • Loading branch information
korikuzma authored Aug 4, 2021
2 parents 4ae9ee7 + 27a44ab commit 3a247d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gene/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ class GeneDescriptor(BaseModel):
id: str
type = "GeneDescriptor"
value: GeneValueObject
label: str
label: Optional[str]
xrefs: Optional[List[str]]
alternate_labels: Optional[List[str]]
extensions: Optional[List[Extension]]
Expand Down

0 comments on commit 3a247d1

Please sign in to comment.