Skip to content

Commit 54cd01b

Browse files
Brain region parent id can also be None
1 parent 85d9271 commit 54cd01b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/entitysdk/models/brain_region.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class BrainRegion(Identifiable):
2929
),
3030
]
3131
parent_structure_id: Annotated[
32-
ID, Field(examples=[], description="The parent region structure UUID.")
32+
ID | None, Field(examples=[], description="The parent region structure UUID.")
3333
]
3434
hierarchy_id: Annotated[
3535
ID, Field(examples=[], description="The brain hierarchy that includes this brain region.")

0 commit comments

Comments
 (0)