Skip to content

Commit 529ae6b

Browse files
authored
Merge pull request #605 from AllenNeuralDynamics/feat_239_acquistion-medium
immersion medium
2 parents 01f5c67 + ea50f40 commit 529ae6b

20 files changed

+29
-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/imaging/instrument.py",
3-
"schema_version": "0.9.4",
3+
"schema_version": "0.9.5",
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/imaging/instrument.py",
3-
"schema_version": "0.9.4",
3+
"schema_version": "0.9.5",
44
"instrument_id": "SmartSPIM1-3",
55
"modification_date": "2023-10-04",
66
"instrument_type": "SmartSPIM",

examples/bergamo_ophys_session.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/session.py",
3-
"schema_version": "0.0.7",
3+
"schema_version": "0.0.8",
44
"experimenter_full_name": [
55
"John Doe"
66
],

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/rig.py",
3-
"schema_version": "0.1.6",
3+
"schema_version": "0.1.7",
44
"rig_id": "323_EPHYS1",
55
"modification_date": "2023-10-03",
66
"modalities": [

examples/ephys_session.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/session.py",
3-
"schema_version": "0.0.7",
3+
"schema_version": "0.0.8",
44
"experimenter_full_name": [
55
"Jane Doe"
66
],

examples/exaspim_acquisition.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/imaging/acquisition.py",
3-
"schema_version": "0.5.3",
3+
"schema_version": "0.5.4",
44
"experimenter_full_name": [
55
"###"
66
],

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/imaging/instrument.py",
3-
"schema_version": "0.9.4",
3+
"schema_version": "0.9.5",
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/rig.py",
3-
"schema_version": "0.1.6",
3+
"schema_version": "0.1.7",
44
"rig_id": "428_FIP1_2",
55
"modification_date": "2023-10-03",
66
"modalities": [

examples/ophys_session.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/session.py",
3-
"schema_version": "0.0.7",
3+
"schema_version": "0.0.8",
44
"experimenter_full_name": [
55
"John Doe"
66
],

src/aind_data_schema/behavior/behavior_rig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
class BehaviorRig(AindCoreModel):
2727
"""Description of an behavior rig. This is being deprecated after 2023-11-01. Use Rig class instead."""
2828

29-
schema_version: str = Field("0.1.20", description="schema version", title="Version", const=True)
29+
schema_version: str = Field("0.1.21", description="schema version", title="Version", const=True)
3030

3131
rig_id: str = Field(..., description="room_stim apparatus_version", title="Rig ID")
3232
mouse_platform: Annotated[

0 commit comments

Comments
 (0)