Skip to content

Commit

Permalink
literal?
Browse files Browse the repository at this point in the history
  • Loading branch information
saskiad committed Aug 6, 2024
1 parent 879b58d commit 829b29c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aind_data_schema/core/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ class ManipulatorModule(DomeModule):
title="Manipulator coordinates",
)
anatomical_coordinates: Optional[Coordinates3d] = Field(default=None, title="Anatomical coordinates")
anatomical_reference: Optional[Union[CoordinateReferenceLocation.BREGMA,
anatomical_reference: Optional[Literal[CoordinateReferenceLocation.BREGMA,
CoordinateReferenceLocation.LAMBDA]] = Field(
default=None, title="Anatomical coordinate reference"
)
Expand Down

0 comments on commit 829b29c

Please sign in to comment.