Skip to content

Commit

Permalink
schema version
Browse files Browse the repository at this point in the history
  • Loading branch information
saskiad committed Aug 30, 2024
1 parent 0c0e343 commit de61db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aind_data_schema/core/procedures.py
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ class Procedures(AindCoreModel):
_DESCRIBED_BY_URL = AindCoreModel._DESCRIBED_BY_BASE_URL.default + "aind_data_schema/core/procedures.py"
describedBy: str = Field(_DESCRIBED_BY_URL, json_schema_extra={"const": _DESCRIBED_BY_URL})

schema_version: Literal["0.13.14"] = Field("0.13.14")
schema_version: Literal["1.0.0"] = Field("1.0.0")
subject_id: str = Field(
...,
description="Unique identifier for the subject. If this is not a Allen LAS ID, indicate this in the Notes.",
Expand Down

0 comments on commit de61db7

Please sign in to comment.