File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11""" base module for aind-data-schema
22"""
33
4- __version__ = "2.1 .0"
4+ __version__ = "2.2 .0"
Original file line number Diff line number Diff line change @@ -317,7 +317,7 @@ class Acquisition(DataCoreModel):
317317 # Meta metadata
318318 _DESCRIBED_BY_URL = DataCoreModel ._DESCRIBED_BY_BASE_URL .default + "aind_data_schema/core/acquisition.py"
319319 describedBy : str = Field (default = _DESCRIBED_BY_URL , json_schema_extra = {"const" : _DESCRIBED_BY_URL })
320- schema_version : SkipValidation [Literal ["2.1 .0" ]] = Field (default = "2.1 .0" )
320+ schema_version : SkipValidation [Literal ["2.2 .0" ]] = Field (default = "2.2 .0" )
321321
322322 # ID
323323 subject_id : str = Field (default = ..., title = "Subject ID" , description = "Unique identifier for the subject" )
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ class Instrument(DataCoreModel):
7575 # metametadata
7676 _DESCRIBED_BY_URL = DataCoreModel ._DESCRIBED_BY_BASE_URL .default + "aind_data_schema/core/instrument.py"
7777 describedBy : str = Field (default = _DESCRIBED_BY_URL , json_schema_extra = {"const" : _DESCRIBED_BY_URL })
78- schema_version : SkipValidation [Literal ["2.0.41 " ]] = Field (default = "2.0.41 " )
78+ schema_version : SkipValidation [Literal ["2.1.0 " ]] = Field (default = "2.1.0 " )
7979
8080 # instrument definition
8181 location : Optional [str ] = Field (default = None , title = "Location" , description = "Location of the instrument" )
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ class Metadata(DataCoreModel):
7171
7272 _DESCRIBED_BY_URL = DataCoreModel ._DESCRIBED_BY_BASE_URL .default + "aind_data_schema/core/metadata.py"
7373 describedBy : str = Field (default = _DESCRIBED_BY_URL , json_schema_extra = {"const" : _DESCRIBED_BY_URL })
74- schema_version : SkipValidation [Literal ["2.1 .0" ]] = Field (default = "2.1 .0" )
74+ schema_version : SkipValidation [Literal ["2.2 .0" ]] = Field (default = "2.2 .0" )
7575 name : str = Field (
7676 ...,
7777 description = "Name of the data asset." ,
You can’t perform that action at this time.
0 commit comments