Skip to content

Commit

Permalink
Merge pull request #87 from LorenFrankLab/added-NET-probe-device
Browse files Browse the repository at this point in the history
updated  nwb_schema.json and NET proble device
  • Loading branch information
samuelbray32 authored Mar 4, 2024
2 parents 057760a + c4fa1d2 commit eb87f8a
Show file tree
Hide file tree
Showing 3 changed files with 527 additions and 4 deletions.
8 changes: 5 additions & 3 deletions src/trodes_to_nwb/nwb_schema.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"definitions": {},
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://lorenfranklab.github.io/rec_to_nwb_yaml_creator/v1.0.0",
"$id": "https://lorenfranklab.github.io/rec_to_nwb_yaml_creator/v1.0.1",
"title": "Spikegadgets to NWB Validator",
"type": "object",
"description": "Spikegadgets to NWB Validator YAML schema version",
Expand Down Expand Up @@ -1334,7 +1334,8 @@
"128c-4s6mm6cm-15um-26um-sl",
"32c-2s8mm6cm-20um-40um-dl",
"64c-4s6mm6cm-20um-40um-dl",
"64c-3s6mm6cm-20um-40um-sl"
"64c-3s6mm6cm-20um-40um-sl",
"NET-EBL-128ch-single-shank"
],
"pattern": "^(.|\\s)*\\S(.|\\s)*$",
"enum": [
Expand All @@ -1344,7 +1345,8 @@
"128c-4s6mm6cm-15um-26um-sl",
"32c-2s8mm6cm-20um-40um-dl",
"64c-4s6mm6cm-20um-40um-dl",
"64c-3s6mm6cm-20um-40um-sl"
"64c-3s6mm6cm-20um-40um-sl",
"NET-EBL-128ch-single-shank"
]
},
"description": {
Expand Down
Loading

0 comments on commit eb87f8a

Please sign in to comment.