Skip to content

Commit f3c3740

Browse files
bump schema version [skip actions]
1 parent da3e6c6 commit f3c3740

14 files changed

+40
-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.12",
3+
"schema_version": "0.10.13",
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.12",
3+
"schema_version": "0.10.13",
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.17",
3+
"schema_version": "0.2.18",
44
"rig_id": "323_EPHYS1",
55
"modification_date": "2023-10-03",
66
"mouse_platform": {

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/core/acquisition.py",
3-
"schema_version": "0.6.8",
3+
"schema_version": "0.6.9",
44
"protocol_id": [],
55
"experimenter_full_name": [
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/core/instrument.py",
3-
"schema_version": "0.10.12",
3+
"schema_version": "0.10.13",
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.17",
3+
"schema_version": "0.2.18",
44
"rig_id": "428_FIP1_2",
55
"modification_date": "2023-10-03",
66
"mouse_platform": {

schemas/acquisition_schema.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1477,7 +1477,10 @@
14771477
"oil",
14781478
"PBS",
14791479
"water",
1480-
"other"
1480+
"other",
1481+
"easy index",
1482+
"ethyl cinnimate",
1483+
"aqueous clearing buffer"
14811484
],
14821485
"title": "ImmersionMedium",
14831486
"type": "string"
@@ -3464,8 +3467,8 @@
34643467
"type": "string"
34653468
},
34663469
"schema_version": {
3467-
"const": "0.6.8",
3468-
"default": "0.6.8",
3470+
"const": "0.6.9",
3471+
"default": "0.6.9",
34693472
"title": "Schema Version"
34703473
},
34713474
"protocol_id": {

schemas/instrument_schema.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3032,7 +3032,10 @@
30323032
"oil",
30333033
"PBS",
30343034
"water",
3035-
"other"
3035+
"other",
3036+
"easy index",
3037+
"ethyl cinnimate",
3038+
"aqueous clearing buffer"
30363039
],
30373040
"title": "ImmersionMedium",
30383041
"type": "string"
@@ -7342,8 +7345,8 @@
73427345
"type": "string"
73437346
},
73447347
"schema_version": {
7345-
"const": "0.10.12",
7346-
"default": "0.10.12",
7348+
"const": "0.10.13",
7349+
"default": "0.10.13",
73477350
"title": "Schema Version"
73487351
},
73497352
"instrument_id": {

schemas/metadata_schema.json

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@
8080
"type": "string"
8181
},
8282
"schema_version": {
83-
"const": "0.6.8",
84-
"default": "0.6.8",
83+
"const": "0.6.9",
84+
"default": "0.6.9",
8585
"title": "Schema Version"
8686
},
8787
"protocol_id": {
@@ -10765,7 +10765,10 @@
1076510765
"oil",
1076610766
"PBS",
1076710767
"water",
10768-
"other"
10768+
"other",
10769+
"easy index",
10770+
"ethyl cinnimate",
10771+
"aqueous clearing buffer"
1076910772
],
1077010773
"title": "ImmersionMedium",
1077110774
"type": "string"
@@ -10872,8 +10875,8 @@
1087210875
"type": "string"
1087310876
},
1087410877
"schema_version": {
10875-
"const": "0.10.12",
10876-
"default": "0.10.12",
10878+
"const": "0.10.13",
10879+
"default": "0.10.13",
1087710880
"title": "Schema Version"
1087810881
},
1087910882
"instrument_id": {
@@ -21643,8 +21646,8 @@
2164321646
"type": "string"
2164421647
},
2164521648
"schema_version": {
21646-
"const": "0.2.17",
21647-
"default": "0.2.17",
21649+
"const": "0.2.18",
21650+
"default": "0.2.18",
2164821651
"title": "Schema Version"
2164921652
},
2165021653
"rig_id": {
@@ -27693,8 +27696,8 @@
2769327696
"type": "string"
2769427697
},
2769527698
"schema_version": {
27696-
"const": "0.1.34",
27697-
"default": "0.1.34",
27699+
"const": "0.1.35",
27700+
"default": "0.1.35",
2769827701
"title": "Schema Version"
2769927702
},
2770027703
"_id": {

schemas/rig_schema.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6393,7 +6393,10 @@
63936393
"oil",
63946394
"PBS",
63956395
"water",
6396-
"other"
6396+
"other",
6397+
"easy index",
6398+
"ethyl cinnimate",
6399+
"aqueous clearing buffer"
63976400
],
63986401
"title": "ImmersionMedium",
63996402
"type": "string"
@@ -14538,8 +14541,8 @@
1453814541
"type": "string"
1453914542
},
1454014543
"schema_version": {
14541-
"const": "0.2.17",
14542-
"default": "0.2.17",
14544+
"const": "0.2.18",
14545+
"default": "0.2.18",
1454314546
"title": "Schema Version"
1454414547
},
1454514548
"rig_id": {

0 commit comments

Comments
 (0)