|
17 | 17 | "type": "string" |
18 | 18 | }, |
19 | 19 | "schema_version": { |
20 | | - "const": "2.3.0", |
21 | | - "default": "2.3.0", |
| 20 | + "const": "2.3.1", |
| 21 | + "default": "2.3.1", |
22 | 22 | "title": "Schema Version", |
23 | 23 | "type": "string" |
24 | 24 | }, |
|
48 | 48 | }, |
49 | 49 | "acquisition_start_tz": { |
50 | 50 | "anyOf": [ |
| 51 | + { |
| 52 | + "type": "integer" |
| 53 | + }, |
51 | 54 | { |
52 | 55 | "enum": [ |
53 | 56 | "Africa/Abidjan", |
|
658 | 661 | } |
659 | 662 | ], |
660 | 663 | "default": null, |
661 | | - "description": "Automatically populated by a validator based on acquisition_start_time.", |
| 664 | + "description": "Automatically populated by a validator based on acquisition_start_time. Will be a TimeZoneName (IANA name) when the datetime uses a ZoneInfo timezone, or an integer UTC offset in hours for fixed-offset timezones. Use ZoneInfo (from the zoneinfo standard library) to preserve the named timezone.", |
662 | 665 | "title": "Acquisition start timezone" |
663 | 666 | }, |
664 | 667 | "acquisition_end_time": { |
|
7714 | 7717 | "enum": [ |
7715 | 7718 | "Camera", |
7716 | 7719 | "Photomultiplier Tube", |
| 7720 | + "Silicon Photomultiplier", |
7717 | 7721 | "Other" |
7718 | 7722 | ], |
7719 | 7723 | "title": "DetectorType", |
|
10197 | 10201 | }, |
10198 | 10202 | "EphysAssembly": { |
10199 | 10203 | "additionalProperties": false, |
10200 | | - "description": "Named assembly for combining a manipulator and ephys probes", |
| 10204 | + "description": "Named assembly for combining a manipulator and extracellular ephys probes", |
10201 | 10205 | "properties": { |
10202 | 10206 | "object_type": { |
10203 | 10207 | "const": "Ephys assembly", |
|
10281 | 10285 | }, |
10282 | 10286 | "EphysProbe": { |
10283 | 10287 | "additionalProperties": false, |
10284 | | - "description": "Probe used in an ephys experiment", |
| 10288 | + "description": "Probe used in an extracellular ephys experiment", |
10285 | 10289 | "properties": { |
10286 | 10290 | "object_type": { |
10287 | 10291 | "const": "Ephys probe", |
|
15462 | 15466 | "type": "string" |
15463 | 15467 | }, |
15464 | 15468 | "schema_version": { |
15465 | | - "const": "2.2.1", |
15466 | | - "default": "2.2.1", |
| 15469 | + "const": "2.2.2", |
| 15470 | + "default": "2.2.2", |
15467 | 15471 | "title": "Schema Version", |
15468 | 15472 | "type": "string" |
15469 | 15473 | }, |
|
15694 | 15698 | "Objective": "#/$defs/Objective", |
15695 | 15699 | "Olfactometer": "#/$defs/Olfactometer", |
15696 | 15700 | "Open ephys acquisition board": "#/$defs/OpenEphysAcquisitionBoard", |
| 15701 | + "Patch clamp ephys assembly": "#/$defs/PatchClampEphysAssembly", |
15697 | 15702 | "Pockels cell": "#/$defs/PockelsCell", |
15698 | 15703 | "Polygonal scanner": "#/$defs/PolygonalScanner", |
15699 | 15704 | "Scanner": "#/$defs/Scanner", |
|
15772 | 15777 | { |
15773 | 15778 | "$ref": "#/$defs/DigitalMicromirrorDevice" |
15774 | 15779 | }, |
| 15780 | + { |
| 15781 | + "$ref": "#/$defs/PatchClampEphysAssembly" |
| 15782 | + }, |
15775 | 15783 | { |
15776 | 15784 | "$ref": "#/$defs/PolygonalScanner" |
15777 | 15785 | }, |
|
23485 | 23493 | "title": "PIDName", |
23486 | 23494 | "type": "object" |
23487 | 23495 | }, |
| 23496 | + "PatchClampEphysAssembly": { |
| 23497 | + "additionalProperties": false, |
| 23498 | + "description": "Assembly combining a manipulator and headstage used for Patch clamp ephys", |
| 23499 | + "properties": { |
| 23500 | + "object_type": { |
| 23501 | + "const": "Patch clamp ephys assembly", |
| 23502 | + "default": "Patch clamp ephys assembly", |
| 23503 | + "title": "Object Type", |
| 23504 | + "type": "string" |
| 23505 | + }, |
| 23506 | + "name": { |
| 23507 | + "title": "Patch clamp Assembly Name", |
| 23508 | + "type": "string" |
| 23509 | + }, |
| 23510 | + "manipulator": { |
| 23511 | + "$ref": "#/$defs/Manipulator" |
| 23512 | + }, |
| 23513 | + "headstage": { |
| 23514 | + "$ref": "#/$defs/Device", |
| 23515 | + "title": "Headstage" |
| 23516 | + } |
| 23517 | + }, |
| 23518 | + "required": [ |
| 23519 | + "name", |
| 23520 | + "manipulator", |
| 23521 | + "headstage" |
| 23522 | + ], |
| 23523 | + "title": "PatchClampEphysAssembly", |
| 23524 | + "type": "object" |
| 23525 | + }, |
23488 | 23526 | "PatchCordConfig": { |
23489 | 23527 | "additionalProperties": false, |
23490 | 23528 | "description": "Configuration of a patch cord and its output power to another device", |
|
26249 | 26287 | "type": "string" |
26250 | 26288 | }, |
26251 | 26289 | "schema_version": { |
26252 | | - "const": "2.1.0", |
26253 | | - "default": "2.1.0", |
| 26290 | + "const": "2.1.1", |
| 26291 | + "default": "2.1.1", |
26254 | 26292 | "title": "Schema Version", |
26255 | 26293 | "type": "string" |
26256 | 26294 | }, |
|
26412 | 26450 | "type": "string" |
26413 | 26451 | }, |
26414 | 26452 | "schema_version": { |
26415 | | - "const": "2.2.2", |
26416 | | - "default": "2.2.2", |
| 26453 | + "const": "2.2.3", |
| 26454 | + "default": "2.2.3", |
26417 | 26455 | "title": "Schema Version", |
26418 | 26456 | "type": "string" |
26419 | 26457 | }, |
|
39303 | 39341 | "type": "string" |
39304 | 39342 | }, |
39305 | 39343 | "schema_version": { |
39306 | | - "const": "2.3.2", |
39307 | | - "default": "2.3.2", |
| 39344 | + "const": "2.3.3", |
| 39345 | + "default": "2.3.3", |
39308 | 39346 | "title": "Schema Version", |
39309 | 39347 | "type": "string" |
39310 | 39348 | }, |
|
0 commit comments