json-schemas.session¶
AindBehaviorSessionModel¶
type |
object |
||
properties |
|||
|
Version |
||
type |
string |
||
default |
0.2.0 |
||
const |
0.2.0 |
||
|
Experiment |
||
Name of the experiment |
|||
type |
string |
||
|
Experimenter |
||
Name of the experimenter |
|||
type |
array |
||
default |
|||
items |
type |
string |
|
|
Date |
||
Date of the experiment |
|||
type |
string |
||
format |
date-time |
||
|
Root Path |
||
Root path where data will be logged |
|||
type |
string |
||
|
Remote Path |
||
Remote path where data will be attempted to be copied to after experiment is done |
|||
default |
null |
||
oneOf |
type |
string |
|
type |
null |
||
|
Subject |
||
Name of the subject |
|||
type |
string |
||
|
Experiment Version |
||
Version of the experiment |
|||
type |
string |
||
|
Notes |
||
Notes about the experiment |
|||
default |
null |
||
oneOf |
type |
string |
|
type |
null |
||
|
Commit Hash |
||
Commit hash of the repository |
|||
default |
null |
||
oneOf |
type |
string |
|
type |
null |
||
|
Allow Dirty Repo |
||
Allow running from a dirty repository |
|||
type |
boolean |
||
default |
False |
||
|
Skip Hardware Validation |
||
Skip hardware validation |
|||
type |
boolean |
||
default |
False |