Skip to content

Commit c41d7db

Browse files
bump schema version [skip actions]
1 parent 2dc3efa commit c41d7db

14 files changed

+209
-63
lines changed

schemas/acquisition_schema.json

Lines changed: 35 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1365,6 +1365,7 @@
13651365
"items": {
13661366
"discriminator": {
13671367
"mapping": {
1368+
"EM": "#/$defs/_Em",
13681369
"EMG": "#/$defs/_Emg",
13691370
"ISI": "#/$defs/_Isi",
13701371
"MRI": "#/$defs/_Mri",
@@ -1400,6 +1401,9 @@
14001401
{
14011402
"$ref": "#/$defs/_Emg"
14021403
},
1404+
{
1405+
"$ref": "#/$defs/_Em"
1406+
},
14031407
{
14041408
"$ref": "#/$defs/_Ecephys"
14051409
},
@@ -1588,7 +1592,7 @@
15881592
"type": "string"
15891593
},
15901594
"exposure_time": {
1591-
"title": "Exposure time (ms)",
1595+
"title": "Exposure time",
15921596
"type": "number"
15931597
},
15941598
"exposure_time_unit": {
@@ -2714,13 +2718,14 @@
27142718
"Origin",
27152719
"Bregma",
27162720
"Lambda",
2717-
"C1",
2718-
"C2",
2719-
"C3",
2720-
"C4",
2721-
"C5",
2722-
"C6",
2723-
"C7",
2721+
"Between_C1-C2",
2722+
"Between_C2-C3",
2723+
"Between_C3-C4",
2724+
"Between_C4-C5",
2725+
"Between_C6-C7",
2726+
"Between_C7-C8",
2727+
"Between_C8-T1",
2728+
"Between_T1-T2",
27242729
"Tip",
27252730
"Front_center",
27262731
"Arena_center",
@@ -6286,6 +6291,26 @@
62866291
"title": "_Edmund_Optics",
62876292
"type": "object"
62886293
},
6294+
"_Em": {
6295+
"additionalProperties": false,
6296+
"description": "Model EM",
6297+
"properties": {
6298+
"name": {
6299+
"const": "Electron microscopy",
6300+
"default": "Electron microscopy",
6301+
"title": "Name",
6302+
"type": "string"
6303+
},
6304+
"abbreviation": {
6305+
"const": "EM",
6306+
"default": "EM",
6307+
"title": "Abbreviation",
6308+
"type": "string"
6309+
}
6310+
},
6311+
"title": "_Em",
6312+
"type": "object"
6313+
},
62896314
"_Emg": {
62906315
"additionalProperties": false,
62916316
"description": "Model EMG",
@@ -9757,8 +9782,8 @@
97579782
"type": "string"
97589783
},
97599784
"schema_version": {
9760-
"const": "2.0.35",
9761-
"default": "2.0.35",
9785+
"const": "2.0.36",
9786+
"default": "2.0.36",
97629787
"title": "Schema Version",
97639788
"type": "string"
97649789
},

schemas/data_description_schema.json

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -527,6 +527,26 @@
527527
"title": "_Ecephys",
528528
"type": "object"
529529
},
530+
"_Em": {
531+
"additionalProperties": false,
532+
"description": "Model EM",
533+
"properties": {
534+
"name": {
535+
"const": "Electron microscopy",
536+
"default": "Electron microscopy",
537+
"title": "Name",
538+
"type": "string"
539+
},
540+
"abbreviation": {
541+
"const": "EM",
542+
"default": "EM",
543+
"title": "Abbreviation",
544+
"type": "string"
545+
}
546+
},
547+
"title": "_Em",
548+
"type": "object"
549+
},
530550
"_Emg": {
531551
"additionalProperties": false,
532552
"description": "Model EMG",
@@ -1478,8 +1498,8 @@
14781498
"type": "string"
14791499
},
14801500
"schema_version": {
1481-
"const": "2.1.0",
1482-
"default": "2.1.0",
1501+
"const": "2.1.1",
1502+
"default": "2.1.1",
14831503
"title": "Schema Version",
14841504
"type": "string"
14851505
},
@@ -1663,6 +1683,7 @@
16631683
"items": {
16641684
"discriminator": {
16651685
"mapping": {
1686+
"EM": "#/$defs/_Em",
16661687
"EMG": "#/$defs/_Emg",
16671688
"ISI": "#/$defs/_Isi",
16681689
"MRI": "#/$defs/_Mri",
@@ -1698,6 +1719,9 @@
16981719
{
16991720
"$ref": "#/$defs/_Emg"
17001721
},
1722+
{
1723+
"$ref": "#/$defs/_Em"
1724+
},
17011725
{
17021726
"$ref": "#/$defs/_Ecephys"
17031727
},

schemas/instrument_schema.json

Lines changed: 35 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3206,6 +3206,7 @@
32063206
}
32073207
],
32083208
"default": null,
3209+
"deprecated": true,
32093210
"title": "DAQ channel index"
32103211
},
32113212
"sample_rate": {
@@ -13431,13 +13432,14 @@
1343113432
"Origin",
1343213433
"Bregma",
1343313434
"Lambda",
13434-
"C1",
13435-
"C2",
13436-
"C3",
13437-
"C4",
13438-
"C5",
13439-
"C6",
13440-
"C7",
13435+
"Between_C1-C2",
13436+
"Between_C2-C3",
13437+
"Between_C3-C4",
13438+
"Between_C4-C5",
13439+
"Between_C6-C7",
13440+
"Between_C7-C8",
13441+
"Between_C8-T1",
13442+
"Between_T1-T2",
1344113443
"Tip",
1344213444
"Front_center",
1344313445
"Arena_center",
@@ -19648,6 +19650,26 @@
1964819650
"title": "_Edmund_Optics",
1964919651
"type": "object"
1965019652
},
19653+
"_Em": {
19654+
"additionalProperties": false,
19655+
"description": "Model EM",
19656+
"properties": {
19657+
"name": {
19658+
"const": "Electron microscopy",
19659+
"default": "Electron microscopy",
19660+
"title": "Name",
19661+
"type": "string"
19662+
},
19663+
"abbreviation": {
19664+
"const": "EM",
19665+
"default": "EM",
19666+
"title": "Abbreviation",
19667+
"type": "string"
19668+
}
19669+
},
19670+
"title": "_Em",
19671+
"type": "object"
19672+
},
1965119673
"_Emg": {
1965219674
"additionalProperties": false,
1965319675
"description": "Model EMG",
@@ -23766,8 +23788,8 @@
2376623788
"type": "string"
2376723789
},
2376823790
"schema_version": {
23769-
"const": "2.0.39",
23770-
"default": "2.0.39",
23791+
"const": "2.0.40",
23792+
"default": "2.0.40",
2377123793
"title": "Schema Version",
2377223794
"type": "string"
2377323795
},
@@ -23800,6 +23822,7 @@
2380023822
"items": {
2380123823
"discriminator": {
2380223824
"mapping": {
23825+
"EM": "#/$defs/_Em",
2380323826
"EMG": "#/$defs/_Emg",
2380423827
"ISI": "#/$defs/_Isi",
2380523828
"MRI": "#/$defs/_Mri",
@@ -23835,6 +23858,9 @@
2383523858
{
2383623859
"$ref": "#/$defs/_Emg"
2383723860
},
23861+
{
23862+
"$ref": "#/$defs/_Em"
23863+
},
2383823864
{
2383923865
"$ref": "#/$defs/_Ecephys"
2384023866
},

0 commit comments

Comments
 (0)