File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2500525005 "type": "string"
2500625006 },
2500725007 "schema_version": {
25008- "const": "2.1.8 ",
25009- "default": "2.1.8 ",
25008+ "const": "2.1.9 ",
25009+ "default": "2.1.9 ",
2501025010 "title": "Schema Version",
2501125011 "type": "string"
2501225012 },
3748537485 "type": "string"
3748637486 },
3748737487 "schema_version": {
37488- "const": "2.2.5 ",
37489- "default": "2.2.5 ",
37488+ "const": "2.2.6 ",
37489+ "default": "2.2.6 ",
3749037490 "title": "Schema Version",
3749137491 "type": "string"
3749237492 },
Original file line number Diff line number Diff line change 736736 "type" : " string"
737737 },
738738 "schema_version" : {
739- "const" : " 2.1.8 " ,
740- "default" : " 2.1.8 " ,
739+ "const" : " 2.1.9 " ,
740+ "default" : " 2.1.9 " ,
741741 "title" : " Schema Version" ,
742742 "type" : " string"
743743 },
Original file line number Diff line number Diff line change 11""" base module for aind-data-schema
22"""
33
4- __version__ = "2.3.1 "
4+ __version__ = "2.3.2 "
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.2.5 " ]] = Field (default = "2.2.5 " )
74+ schema_version : SkipValidation [Literal ["2.2.6 " ]] = Field (default = "2.2.6 " )
7575 name : str = Field (
7676 ...,
7777 description = "Name of the data asset." ,
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ class Processing(DataCoreModel):
9999
100100 _DESCRIBED_BY_URL : str = DataCoreModel ._DESCRIBED_BY_BASE_URL .default + "aind_data_schema/core/processing.py"
101101 describedBy : str = Field (default = _DESCRIBED_BY_URL , json_schema_extra = {"const" : _DESCRIBED_BY_URL })
102- schema_version : SkipValidation [Literal ["2.1.8 " ]] = Field (default = "2.1.8 " )
102+ schema_version : SkipValidation [Literal ["2.1.9 " ]] = Field (default = "2.1.9 " )
103103
104104 data_processes : List [DataProcess ] = Field (..., title = "Data processing" )
105105 pipelines : Optional [List [Code ]] = Field (
You can’t perform that action at this time.
0 commit comments