mirror of
https://github.com/p2p-ld/nwb-linkml.git
synced 2024-11-14 02:34:28 +00:00
sneakers-the-rat
be21325123
- split off generated subclasses into "include" files, not sure if that's good, but in any case we have them separable now. - more work on cleanly un-nesting scalar and 1D-vector data into attributes and lists, respectively - brought the pydantic generator in-repo to do a bunch of overrides
24 lines
647 B
YAML
24 lines
647 B
YAML
name: core.nwb.ogen.include
|
|
id: core.nwb.ogen.include
|
|
imports:
|
|
- core.nwb.base
|
|
- core.nwb.device
|
|
- nwb.language
|
|
- core.nwb.ogen.include
|
|
- core.nwb.ogen
|
|
default_prefix: core.nwb.ogen.include/
|
|
classes:
|
|
OptogeneticSeries__data:
|
|
name: OptogeneticSeries__data
|
|
description: Applied power for optogenetic stimulus, in watts.
|
|
attributes:
|
|
unit:
|
|
name: unit
|
|
description: Unit of measurement for data, which is fixed to 'watts'.
|
|
range: text
|
|
data:
|
|
name: data
|
|
description: Applied power for optogenetic stimulus, in watts.
|
|
multivalued: true
|
|
range: numeric
|
|
required: true
|