json-schemas.session

Download Schema

AindBehaviorSessionModel

type

object

properties

  • version

Version

type

string

default

0.2.0

const

0.2.0

  • experiment

Experiment

Name of the experiment

type

string

  • experimenter

Experimenter

Name of the experimenter

type

array

default

items

type

string

  • date

Date

Date of the experiment

type

string

format

date-time

  • root_path

Root Path

Root path where data will be logged

type

string

  • remote_path

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

Subject

Name of the subject

type

string

  • experiment_version

Experiment Version

Version of the experiment

type

string

  • notes

Notes

Notes about the experiment

default

null

oneOf

type

string

type

null

  • commit_hash

Commit Hash

Commit hash of the repository

default

null

oneOf

type

string

type

null

  • allow_dirty_repo

Allow Dirty Repo

Allow running from a dirty repository

type

boolean

default

False

  • skip_hardware_validation

Skip Hardware Validation

Skip hardware validation

type

boolean

default

False