Skip to content

Commit

Permalink
Fix type name in Organization
Browse files Browse the repository at this point in the history
  • Loading branch information
daveih committed Sep 12, 2024
1 parent eea3830 commit cfea2d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/organization.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from .study_site import StudySite

class Organization(ApiBaseModelWithIdNameAndLabel):
organizationType: Code
type: Code
identifierScheme: str
identifier: str
legalAddress: Union[Address, None] = None
Expand Down

0 comments on commit cfea2d2

Please sign in to comment.