Skip to content

Commit e772123

Browse files
bump schema version [skip actions]
1 parent 6551012 commit e772123

13 files changed

+328
-22
lines changed

examples/aibs_smartspim_procedures.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/procedures.py",
3-
"schema_version": "0.12.7",
3+
"schema_version": "0.12.8",
44
"subject_id": "651286",
55
"subject_procedures": [
66
{

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/core/session.py",
3-
"schema_version": "0.1.10",
3+
"schema_version": "0.1.11",
44
"protocol_id": [],
55
"experimenter_full_name": [
66
"John Doe"

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/core/session.py",
3-
"schema_version": "0.1.10",
3+
"schema_version": "0.1.11",
44
"protocol_id": [],
55
"experimenter_full_name": [
66
"Jane Doe"

examples/multiplane_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/core/session.py",
3-
"schema_version": "0.1.10",
3+
"schema_version": "0.1.11",
44
"protocol_id": [],
55
"experimenter_full_name": [
66
"John Doe"

examples/ophys_procedures.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/procedures.py",
3-
"schema_version": "0.12.7",
3+
"schema_version": "0.12.8",
44
"subject_id": "625100",
55
"subject_procedures": [
66
{

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/core/session.py",
3-
"schema_version": "0.1.10",
3+
"schema_version": "0.1.11",
44
"protocol_id": [],
55
"experimenter_full_name": [
66
"John Doe"

examples/procedures.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/procedures.py",
3-
"schema_version": "0.12.7",
3+
"schema_version": "0.12.8",
44
"subject_id": "625100",
55
"subject_procedures": [
66
{

schemas/metadata_schema.json

Lines changed: 160 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6936,6 +6936,18 @@
69366936
],
69376937
"title": "Manipulator coordinates"
69386938
},
6939+
"implant_hole_number": {
6940+
"anyOf": [
6941+
{
6942+
"type": "integer"
6943+
},
6944+
{
6945+
"type": "null"
6946+
}
6947+
],
6948+
"default": null,
6949+
"title": "Implant hole number"
6950+
},
69396951
"ephys_probes": {
69406952
"items": {
69416953
"$ref": "#/$defs/EphysProbeConfig"
@@ -7697,6 +7709,18 @@
76977709
],
76987710
"title": "Manipulator coordinates"
76997711
},
7712+
"implant_hole_number": {
7713+
"anyOf": [
7714+
{
7715+
"type": "integer"
7716+
},
7717+
{
7718+
"type": "null"
7719+
}
7720+
],
7721+
"default": null,
7722+
"title": "Implant hole number"
7723+
},
77007724
"fiber_connections": {
77017725
"default": [],
77027726
"items": {
@@ -8887,6 +8911,15 @@
88878911
"title": "GenericHarpDevice",
88888912
"type": "object"
88898913
},
8914+
"GroundWireMaterial": {
8915+
"description": "Ground wire material name",
8916+
"enum": [
8917+
"Silver",
8918+
"Platinum iridium"
8919+
],
8920+
"title": "GroundWireMaterial",
8921+
"type": "string"
8922+
},
88908923
"Group": {
88918924
"description": "Data collection group name",
88928925
"enum": [
@@ -14367,6 +14400,18 @@
1436714400
}
1436814401
],
1436914402
"title": "Manipulator coordinates"
14403+
},
14404+
"implant_hole_number": {
14405+
"anyOf": [
14406+
{
14407+
"type": "integer"
14408+
},
14409+
{
14410+
"type": "null"
14411+
}
14412+
],
14413+
"default": null,
14414+
"title": "Implant hole number"
1437014415
}
1437114416
},
1437214417
"required": [
@@ -20221,8 +20266,8 @@
2022120266
"type": "string"
2022220267
},
2022320268
"schema_version": {
20224-
"const": "0.12.7",
20225-
"default": "0.12.7",
20269+
"const": "0.12.8",
20270+
"default": "0.12.8",
2022620271
"title": "Schema Version"
2022720272
},
2022820273
"subject_id": {
@@ -20419,6 +20464,7 @@
2041920464
"ProtectiveMaterial": {
2042020465
"description": "Name of material applied to craniotomy",
2042120466
"enum": [
20467+
"Agarose",
2042220468
"Duragel",
2042320469
"Kwik-Cast",
2042420470
"SORTA-clear",
@@ -20427,6 +20473,109 @@
2042720473
"title": "ProtectiveMaterial",
2042820474
"type": "string"
2042920475
},
20476+
"ProtectiveMaterialReplacement": {
20477+
"additionalProperties": false,
20478+
"description": "Description of a protective material replacement procedure in preparation for ephys recording",
20479+
"properties": {
20480+
"procedure_type": {
20481+
"const": "Ground wire",
20482+
"default": "Ground wire",
20483+
"title": "Procedure Type"
20484+
},
20485+
"protocol_id": {
20486+
"description": "DOI for protocols.io",
20487+
"title": "Protocol ID",
20488+
"type": "string"
20489+
},
20490+
"protective_material": {
20491+
"allOf": [
20492+
{
20493+
"$ref": "#/$defs/ProtectiveMaterial"
20494+
}
20495+
],
20496+
"description": "New material being applied",
20497+
"title": "Protective material"
20498+
},
20499+
"ground_wire_hole": {
20500+
"anyOf": [
20501+
{
20502+
"type": "integer"
20503+
},
20504+
{
20505+
"type": "null"
20506+
}
20507+
],
20508+
"default": null,
20509+
"title": "Ground wire hole"
20510+
},
20511+
"ground_wire_material": {
20512+
"anyOf": [
20513+
{
20514+
"$ref": "#/$defs/GroundWireMaterial"
20515+
},
20516+
{
20517+
"type": "null"
20518+
}
20519+
],
20520+
"default": null,
20521+
"title": "Ground wire material"
20522+
},
20523+
"ground_wire_diameter": {
20524+
"anyOf": [
20525+
{
20526+
"type": "number"
20527+
},
20528+
{
20529+
"type": "string"
20530+
},
20531+
{
20532+
"type": "null"
20533+
}
20534+
],
20535+
"default": null,
20536+
"title": "Ground wire diameter"
20537+
},
20538+
"ground_wire_diameter_unit": {
20539+
"allOf": [
20540+
{
20541+
"$ref": "#/$defs/SizeUnit"
20542+
}
20543+
],
20544+
"default": "inch",
20545+
"title": "Ground wire diameter unit"
20546+
},
20547+
"well_part_number": {
20548+
"anyOf": [
20549+
{
20550+
"type": "string"
20551+
},
20552+
{
20553+
"type": "null"
20554+
}
20555+
],
20556+
"default": null,
20557+
"title": "Well part number"
20558+
},
20559+
"well_type": {
20560+
"anyOf": [
20561+
{
20562+
"type": "string"
20563+
},
20564+
{
20565+
"type": "null"
20566+
}
20567+
],
20568+
"default": null,
20569+
"title": "Well type"
20570+
}
20571+
},
20572+
"required": [
20573+
"protocol_id",
20574+
"protective_material"
20575+
],
20576+
"title": "ProtectiveMaterialReplacement",
20577+
"type": "object"
20578+
},
2043020579
"PulseShape": {
2043120580
"description": "Types of Opto stim pulse shapes",
2043220581
"enum": [
@@ -23126,8 +23275,8 @@
2312623275
"type": "string"
2312723276
},
2312823277
"schema_version": {
23129-
"const": "0.1.10",
23130-
"default": "0.1.10",
23278+
"const": "0.1.11",
23279+
"default": "0.1.11",
2313123280
"title": "Schema Version"
2313223281
},
2313323282
"protocol_id": {
@@ -25496,6 +25645,7 @@
2549625645
"mapping": {
2549725646
"Craniotomy": "#/$defs/Craniotomy",
2549825647
"Fiber implant": "#/$defs/FiberImplant",
25648+
"Ground wire": "#/$defs/ProtectiveMaterialReplacement",
2549925649
"Headframe": "#/$defs/Headframe",
2550025650
"ICM injection": "#/$defs/IntraCisternalMagnaInjection",
2550125651
"ICV injection": "#/$defs/IntraCerebellarVentricleInjection",
@@ -25533,11 +25683,14 @@
2553325683
{
2553425684
"$ref": "#/$defs/NanojectInjection"
2553525685
},
25686+
{
25687+
"$ref": "#/$defs/OtherSubjectProcedure"
25688+
},
2553625689
{
2553725690
"$ref": "#/$defs/Perfusion"
2553825691
},
2553925692
{
25540-
"$ref": "#/$defs/OtherSubjectProcedure"
25693+
"$ref": "#/$defs/ProtectiveMaterialReplacement"
2554125694
},
2554225695
{
2554325696
"$ref": "#/$defs/RetroOrbitalInjection"
@@ -28357,8 +28510,8 @@
2835728510
"type": "string"
2835828511
},
2835928512
"schema_version": {
28360-
"const": "0.1.39",
28361-
"default": "0.1.39",
28513+
"const": "0.1.40",
28514+
"default": "0.1.40",
2836228515
"title": "Schema Version"
2836328516
},
2836428517
"_id": {

0 commit comments

Comments
 (0)