File tree Expand file tree Collapse file tree 2 files changed +59
-1
lines changed
stories/inputs/interface_schemas Expand file tree Collapse file tree 2 files changed +59
-1
lines changed Original file line number Diff line number Diff line change 4444 " BrukerTiffSinglePlaneConverter" ,
4545 " BrukerTiffMultiPlaneConverter" ,
4646 " MiniscopeConverter" ,
47- " CellExplorerRecordingInterface"
47+ " CellExplorerRecordingInterface" ,
48+ " MedPCInterface"
4849]
Original file line number Diff line number Diff line change 1+ {
2+ "required" : [],
3+ "properties" : {
4+ "MedPCInterface" : {
5+ "properties" : {
6+ "file_path" : {
7+ "format" : " file-path" ,
8+ "type" : " string"
9+ },
10+ "session_conditions" : {
11+ "additionalProperties" : true ,
12+ "type" : " object"
13+ },
14+ "start_variable" : {
15+ "type" : " string"
16+ },
17+ "metadata_medpc_name_to_info_dict" : {
18+ "additionalProperties" : true ,
19+ "type" : " object"
20+ },
21+ "aligned_timestamp_names" : {
22+ "anyOf" : [
23+ {
24+ "items" : {
25+ "type" : " string"
26+ },
27+ "type" : " array"
28+ },
29+ {
30+ "type" : " null"
31+ }
32+ ],
33+ "default" : null
34+ },
35+ "verbose" : {
36+ "default" : true ,
37+ "type" : " boolean"
38+ }
39+ },
40+ "required" : [
41+ " file_path" ,
42+ " session_conditions" ,
43+ " start_variable" ,
44+ " metadata_medpc_name_to_info_dict"
45+ ],
46+ "type" : " object" ,
47+ "additionalProperties" : false
48+ }
49+ },
50+ "type" : " object" ,
51+ "additionalProperties" : false ,
52+ "$schema" : " http://json-schema.org/draft-07/schema#" ,
53+ "$id" : " source.schema.json" ,
54+ "title" : " Source data schema" ,
55+ "description" : " Schema for the source data, files and directories" ,
56+ "version" : " 0.1.0"
57+ }
You can’t perform that action at this time.
0 commit comments