This field in the NWB schema specifies a text field that can take on one of three values. The ability to formally specify these values in the specification will make it possible to validate this field against the specified.
The YAML for this would look something like this:
name: <NAME>
dtype: <DTYPE>
enum: <--- new argument for a dataset or attribute specification
- <OPTION_1>
- <OPTION_2>
- <OPTION_3>
required: true|false
...
This field in the NWB schema specifies a text field that can take on one of three values. The ability to formally specify these values in the specification will make it possible to validate this field against the specified.
The YAML for this would look something like this:
(We don't need to use
options
as the key)