Skip to content

Commit 871ec4b

Browse files
bump schema version [skip actions]
1 parent e208ec0 commit 871ec4b

File tree

11 files changed

+31
-28
lines changed

11 files changed

+31
-28
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.11",
3+
"schema_version": "0.10.12",
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.11",
3+
"schema_version": "0.10.12",
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.16",
3+
"schema_version": "0.2.17",
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.11",
3+
"schema_version": "0.10.12",
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.16",
3+
"schema_version": "0.2.17",
44
"rig_id": "428_FIP1_2",
55
"modification_date": "2023-10-03",
66
"mouse_platform": {

schemas/instrument_schema.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1145,7 +1145,8 @@
11451145
"description": "Cooling medium name",
11461146
"enum": [
11471147
"Air",
1148-
"Water"
1148+
"Water",
1149+
"None"
11491150
],
11501151
"title": "Cooling",
11511152
"type": "string"
@@ -1637,7 +1638,7 @@
16371638
"$ref": "#/$defs/Cooling"
16381639
}
16391640
],
1640-
"default": null,
1641+
"default": "None",
16411642
"title": "Cooling"
16421643
},
16431644
"computer_name": {
@@ -7341,8 +7342,8 @@
73417342
"type": "string"
73427343
},
73437344
"schema_version": {
7344-
"const": "0.10.11",
7345-
"default": "0.10.11",
7345+
"const": "0.10.12",
7346+
"default": "0.10.12",
73467347
"title": "Schema Version"
73477348
},
73487349
"instrument_id": {

schemas/metadata_schema.json

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2263,7 +2263,7 @@
22632263
"$ref": "#/$defs/Cooling"
22642264
}
22652265
],
2266-
"default": null,
2266+
"default": "None",
22672267
"title": "Cooling"
22682268
},
22692269
"computer_name": {
@@ -3133,7 +3133,8 @@
31333133
"description": "Cooling medium name",
31343134
"enum": [
31353135
"Air",
3136-
"Water"
3136+
"Water",
3137+
"None"
31373138
],
31383139
"title": "Cooling",
31393140
"type": "string"
@@ -4280,7 +4281,7 @@
42804281
"$ref": "#/$defs/Cooling"
42814282
}
42824283
],
4283-
"default": null,
4284+
"default": "None",
42844285
"title": "Cooling"
42854286
},
42864287
"computer_name": {
@@ -10871,8 +10872,8 @@
1087110872
"type": "string"
1087210873
},
1087310874
"schema_version": {
10874-
"const": "0.10.11",
10875-
"default": "0.10.11",
10875+
"const": "0.10.12",
10876+
"default": "0.10.12",
1087610877
"title": "Schema Version"
1087710878
},
1087810879
"instrument_id": {
@@ -21642,8 +21643,8 @@
2164221643
"type": "string"
2164321644
},
2164421645
"schema_version": {
21645-
"const": "0.2.16",
21646-
"default": "0.2.16",
21646+
"const": "0.2.17",
21647+
"default": "0.2.17",
2164721648
"title": "Schema Version"
2164821649
},
2164921650
"rig_id": {
@@ -21938,7 +21939,7 @@
2193821939
"type": "null"
2193921940
}
2194021941
],
21941-
"default": [],
21942+
"default": null,
2194221943
"title": "Rig axes"
2194321944
},
2194421945
"modalities": {
@@ -27692,8 +27693,8 @@
2769227693
"type": "string"
2769327694
},
2769427695
"schema_version": {
27695-
"const": "0.1.33",
27696-
"default": "0.1.33",
27696+
"const": "0.1.34",
27697+
"default": "0.1.34",
2769727698
"title": "Schema Version"
2769827699
},
2769927700
"_id": {

schemas/rig_schema.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@
730730
"$ref": "#/$defs/Cooling"
731731
}
732732
],
733-
"default": null,
733+
"default": "None",
734734
"title": "Cooling"
735735
},
736736
"computer_name": {
@@ -1403,7 +1403,8 @@
14031403
"description": "Cooling medium name",
14041404
"enum": [
14051405
"Air",
1406-
"Water"
1406+
"Water",
1407+
"None"
14071408
],
14081409
"title": "Cooling",
14091410
"type": "string"
@@ -1895,7 +1896,7 @@
18951896
"$ref": "#/$defs/Cooling"
18961897
}
18971898
],
1898-
"default": null,
1899+
"default": "None",
18991900
"title": "Cooling"
19001901
},
19011902
"computer_name": {
@@ -14537,8 +14538,8 @@
1453714538
"type": "string"
1453814539
},
1453914540
"schema_version": {
14540-
"const": "0.2.16",
14541-
"default": "0.2.16",
14541+
"const": "0.2.17",
14542+
"default": "0.2.17",
1454214543
"title": "Schema Version"
1454314544
},
1454414545
"rig_id": {
@@ -14833,7 +14834,7 @@
1483314834
"type": "null"
1483414835
}
1483514836
],
14836-
"default": [],
14837+
"default": null,
1483714838
"title": "Rig axes"
1483814839
},
1483914840
"modalities": {

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.11"] = Field("0.10.11")
38+
schema_version: Literal["0.10.12"] = Field("0.10.12")
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.33"] = Field("0.1.33")
49+
schema_version: Literal["0.1.34"] = Field("0.1.34")
5050
id: UUID = Field(
5151
default_factory=uuid4,
5252
alias="_id",

0 commit comments

Comments
 (0)