File tree Expand file tree Collapse file tree
src/aind_data_schema/core Expand file tree Collapse file tree Original file line number Diff line number Diff line change 15601560 "type" : " string"
15611561 },
15621562 "schema_version" : {
1563- "const" : " 2.3.1 " ,
1564- "default" : " 2.3.1 " ,
1563+ "const" : " 2.3.3 " ,
1564+ "default" : " 2.3.3 " ,
15651565 "title" : " Schema Version" ,
15661566 "type" : " string"
15671567 },
Original file line number Diff line number Diff line change 65296529 "type": "string"
65306530 },
65316531 "schema_version": {
6532- "const": "2.3.1 ",
6533- "default": "2.3.1 ",
6532+ "const": "2.3.3 ",
6533+ "default": "2.3.3 ",
65346534 "title": "Schema Version",
65356535 "type": "string"
65366536 },
2641226412 "type": "string"
2641326413 },
2641426414 "schema_version": {
26415- "const": "2.2.1 ",
26416- "default": "2.2.1 ",
26415+ "const": "2.2.2 ",
26416+ "default": "2.2.2 ",
2641726417 "title": "Schema Version",
2641826418 "type": "string"
2641926419 },
3930339303 "type": "string"
3930439304 },
3930539305 "schema_version": {
39306- "const": "2.3.1 ",
39307- "default": "2.3.1 ",
39306+ "const": "2.3.2 ",
39307+ "default": "2.3.2 ",
3930839308 "title": "Schema Version",
3930939309 "type": "string"
3931039310 },
Original file line number Diff line number Diff line change 743743 "type" : " string"
744744 },
745745 "schema_version" : {
746- "const" : " 2.2.1 " ,
747- "default" : " 2.2.1 " ,
746+ "const" : " 2.2.2 " ,
747+ "default" : " 2.2.2 " ,
748748 "title" : " Schema Version" ,
749749 "type" : " string"
750750 },
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ class DataDescription(DataCoreModel):
3737
3838 _DESCRIBED_BY_URL = DataCoreModel ._DESCRIBED_BY_BASE_URL .default + "aind_data_schema/core/data_description.py"
3939 describedBy : str = Field (default = _DESCRIBED_BY_URL , json_schema_extra = {"const" : _DESCRIBED_BY_URL })
40- schema_version : SkipValidation [Literal ["2.3.2 " ]] = Field (default = "2.3.2 " )
40+ schema_version : SkipValidation [Literal ["2.3.3 " ]] = Field (default = "2.3.3 " )
4141 license : License = Field (default = License .CC_BY_40 , title = "License" )
4242
4343 subject_id : Optional [str ] = Field (
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.3.1 " ]] = Field (default = "2.3.1 " )
74+ schema_version : SkipValidation [Literal ["2.3.2 " ]] = Field (default = "2.3.2 " )
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.2.1 " ]] = Field (default = "2.2.1 " )
102+ schema_version : SkipValidation [Literal ["2.2.2 " ]] = Field (default = "2.2.2 " )
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