Skip to content

Commit

Permalink
another missing type
Browse files Browse the repository at this point in the history
  • Loading branch information
saskiad committed Jan 3, 2025
1 parent bf86cc4 commit f481db5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/aind_data_schema/core/procedures.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ class CatheterImplant(AindModel):
class CatheterMaintenance(AindModel):
"""Description of a single catheter maintenance procedure"""

procedure_type: Literal["Catheter maintenance"] = "Catheter maintenance"
start_date: date = Field(..., title="Start date")
experimenter_full_name: str = Field(
...,
Expand Down

0 comments on commit f481db5

Please sign in to comment.