We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85d9271 commit 54cd01bCopy full SHA for 54cd01b
src/entitysdk/models/brain_region.py
@@ -29,7 +29,7 @@ class BrainRegion(Identifiable):
29
),
30
]
31
parent_structure_id: Annotated[
32
- ID, Field(examples=[], description="The parent region structure UUID.")
+ ID | None, Field(examples=[], description="The parent region structure UUID.")
33
34
hierarchy_id: Annotated[
35
ID, Field(examples=[], description="The brain hierarchy that includes this brain region.")
0 commit comments