Skip to content

Commit a2f6c63

Browse files
bump schema version [skip actions]
1 parent cce703b commit a2f6c63

File tree

11 files changed

+38
-18
lines changed

11 files changed

+38
-18
lines changed

examples/aibs_smartspim_instrument.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"describedBy": "https://raw.githubusercontent.com/AllenNeuralDynamics/aind-data-schema/main/src/aind_data_schema/core/instrument.py",
3-
"schema_version": "0.10.13",
3+
"schema_version": "0.10.14",
44
"instrument_id": "SmartSPIM2-2",
55
"modification_date": "2023-10-04",
66
"instrument_type": "SmartSPIM",

examples/aind_smartspim_instrument.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"describedBy": "https://raw.githubusercontent.com/AllenNeuralDynamics/aind-data-schema/main/src/aind_data_schema/core/instrument.py",
3-
"schema_version": "0.10.13",
3+
"schema_version": "0.10.14",
44
"instrument_id": "SmartSPIM2-1",
55
"modification_date": "2023-10-04",
66
"instrument_type": "SmartSPIM",

examples/ephys_rig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"describedBy": "https://raw.githubusercontent.com/AllenNeuralDynamics/aind-data-schema/main/src/aind_data_schema/core/rig.py",
3-
"schema_version": "0.2.18",
3+
"schema_version": "0.2.19",
44
"rig_id": "323_EPHYS1",
55
"modification_date": "2023-10-03",
66
"mouse_platform": {

examples/exaspim_instrument.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"describedBy": "https://raw.githubusercontent.com/AllenNeuralDynamics/aind-data-schema/main/src/aind_data_schema/core/instrument.py",
3-
"schema_version": "0.10.13",
3+
"schema_version": "0.10.14",
44
"instrument_id": "exaSPIM1-1",
55
"modification_date": "2023-10-04",
66
"instrument_type": "exaSPIM",

examples/fip_ophys_rig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"describedBy": "https://raw.githubusercontent.com/AllenNeuralDynamics/aind-data-schema/main/src/aind_data_schema/core/rig.py",
3-
"schema_version": "0.2.18",
3+
"schema_version": "0.2.19",
44
"rig_id": "428_FIP1_2",
55
"modification_date": "2023-10-03",
66
"mouse_platform": {

schemas/instrument_schema.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1510,6 +1510,7 @@
15101510
"Ailipu Technology Co": "#/$defs/AilipuTechnologyCo",
15111511
"Allied": "#/$defs/Allied",
15121512
"Basler": "#/$defs/Basler",
1513+
"Dodotronic": "#/$defs/Dodotronic",
15131514
"Edmund Optics": "#/$defs/EdmundOptics",
15141515
"Hamamatsu": "#/$defs/Hamamatsu",
15151516
"Other": "#/$defs/Other",
@@ -1531,6 +1532,9 @@
15311532
{
15321533
"$ref": "#/$defs/Basler"
15331534
},
1535+
{
1536+
"$ref": "#/$defs/Dodotronic"
1537+
},
15341538
{
15351539
"$ref": "#/$defs/EdmundOptics"
15361540
},
@@ -7345,8 +7349,8 @@
73457349
"type": "string"
73467350
},
73477351
"schema_version": {
7348-
"const": "0.10.13",
7349-
"default": "0.10.13",
7352+
"const": "0.10.14",
7353+
"default": "0.10.14",
73507354
"title": "Schema Version"
73517355
},
73527356
"instrument_id": {

schemas/metadata_schema.json

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2135,6 +2135,7 @@
21352135
"Ailipu Technology Co": "#/$defs/AilipuTechnologyCo",
21362136
"Allied": "#/$defs/Allied",
21372137
"Basler": "#/$defs/Basler",
2138+
"Dodotronic": "#/$defs/Dodotronic",
21382139
"Edmund Optics": "#/$defs/EdmundOptics",
21392140
"Hamamatsu": "#/$defs/Hamamatsu",
21402141
"Other": "#/$defs/Other",
@@ -2156,6 +2157,9 @@
21562157
{
21572158
"$ref": "#/$defs/Basler"
21582159
},
2160+
{
2161+
"$ref": "#/$defs/Dodotronic"
2162+
},
21592163
{
21602164
"$ref": "#/$defs/EdmundOptics"
21612165
},
@@ -4153,6 +4157,7 @@
41534157
"Ailipu Technology Co": "#/$defs/AilipuTechnologyCo",
41544158
"Allied": "#/$defs/Allied",
41554159
"Basler": "#/$defs/Basler",
4160+
"Dodotronic": "#/$defs/Dodotronic",
41564161
"Edmund Optics": "#/$defs/EdmundOptics",
41574162
"Hamamatsu": "#/$defs/Hamamatsu",
41584163
"Other": "#/$defs/Other",
@@ -4174,6 +4179,9 @@
41744179
{
41754180
"$ref": "#/$defs/Basler"
41764181
},
4182+
{
4183+
"$ref": "#/$defs/Dodotronic"
4184+
},
41774185
{
41784186
"$ref": "#/$defs/EdmundOptics"
41794187
},
@@ -10944,8 +10952,8 @@
1094410952
"type": "string"
1094510953
},
1094610954
"schema_version": {
10947-
"const": "0.10.13",
10948-
"default": "0.10.13",
10955+
"const": "0.10.14",
10956+
"default": "0.10.14",
1094910957
"title": "Schema Version"
1095010958
},
1095110959
"instrument_id": {
@@ -21714,8 +21722,8 @@
2171421722
"type": "string"
2171521723
},
2171621724
"schema_version": {
21717-
"const": "0.2.18",
21718-
"default": "0.2.18",
21725+
"const": "0.2.19",
21726+
"default": "0.2.19",
2171921727
"title": "Schema Version"
2172021728
},
2172121729
"rig_id": {
@@ -27833,8 +27841,8 @@
2783327841
"type": "string"
2783427842
},
2783527843
"schema_version": {
27836-
"const": "0.1.36",
27837-
"default": "0.1.36",
27844+
"const": "0.1.37",
27845+
"default": "0.1.37",
2783827846
"title": "Schema Version"
2783927847
},
2784027848
"_id": {

schemas/rig_schema.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -602,6 +602,7 @@
602602
"Ailipu Technology Co": "#/$defs/AilipuTechnologyCo",
603603
"Allied": "#/$defs/Allied",
604604
"Basler": "#/$defs/Basler",
605+
"Dodotronic": "#/$defs/Dodotronic",
605606
"Edmund Optics": "#/$defs/EdmundOptics",
606607
"Hamamatsu": "#/$defs/Hamamatsu",
607608
"Other": "#/$defs/Other",
@@ -623,6 +624,9 @@
623624
{
624625
"$ref": "#/$defs/Basler"
625626
},
627+
{
628+
"$ref": "#/$defs/Dodotronic"
629+
},
626630
{
627631
"$ref": "#/$defs/EdmundOptics"
628632
},
@@ -1768,6 +1772,7 @@
17681772
"Ailipu Technology Co": "#/$defs/AilipuTechnologyCo",
17691773
"Allied": "#/$defs/Allied",
17701774
"Basler": "#/$defs/Basler",
1775+
"Dodotronic": "#/$defs/Dodotronic",
17711776
"Edmund Optics": "#/$defs/EdmundOptics",
17721777
"Hamamatsu": "#/$defs/Hamamatsu",
17731778
"Other": "#/$defs/Other",
@@ -1789,6 +1794,9 @@
17891794
{
17901795
"$ref": "#/$defs/Basler"
17911796
},
1797+
{
1798+
"$ref": "#/$defs/Dodotronic"
1799+
},
17921800
{
17931801
"$ref": "#/$defs/EdmundOptics"
17941802
},
@@ -14541,8 +14549,8 @@
1454114549
"type": "string"
1454214550
},
1454314551
"schema_version": {
14544-
"const": "0.2.18",
14545-
"default": "0.2.18",
14552+
"const": "0.2.19",
14553+
"default": "0.2.19",
1454614554
"title": "Schema Version"
1454714555
},
1454814556
"rig_id": {

src/aind_data_schema/core/instrument.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class Instrument(AindCoreModel):
3535

3636
_DESCRIBED_BY_URL = AindCoreModel._DESCRIBED_BY_BASE_URL.default + "aind_data_schema/core/instrument.py"
3737
describedBy: str = Field(_DESCRIBED_BY_URL, json_schema_extra={"const": _DESCRIBED_BY_URL})
38-
schema_version: Literal["0.10.13"] = Field("0.10.13")
38+
schema_version: Literal["0.10.14"] = Field("0.10.14")
3939

4040
instrument_id: Optional[str] = Field(
4141
None,

src/aind_data_schema/core/metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class Metadata(AindCoreModel):
4646

4747
_DESCRIBED_BY_URL = AindCoreModel._DESCRIBED_BY_BASE_URL.default + "aind_data_schema/core/metadata.py"
4848
describedBy: str = Field(_DESCRIBED_BY_URL, json_schema_extra={"const": _DESCRIBED_BY_URL})
49-
schema_version: Literal["0.1.36"] = Field("0.1.36")
49+
schema_version: Literal["0.1.37"] = Field("0.1.37")
5050
id: UUID = Field(
5151
default_factory=uuid4,
5252
alias="_id",

0 commit comments

Comments
 (0)