mirror of
https://github.com/p2p-ld/nwb-linkml.git
synced 2024-11-13 02:04:29 +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
48 lines
1.1 KiB
YAML
48 lines
1.1 KiB
YAML
name: hdmf-common.table.include
|
|
id: hdmf-common.table.include
|
|
imports:
|
|
- hdmf-common.base
|
|
- nwb.language
|
|
- hdmf-common.table.include
|
|
- hdmf-common.table
|
|
default_prefix: hdmf-common.table.include/
|
|
classes:
|
|
VectorData__Array:
|
|
name: VectorData__Array
|
|
is_a: Arraylike
|
|
attributes:
|
|
dim0:
|
|
name: dim0
|
|
range: AnyType
|
|
required: true
|
|
dim1:
|
|
name: dim1
|
|
range: AnyType
|
|
required: false
|
|
dim2:
|
|
name: dim2
|
|
range: AnyType
|
|
required: false
|
|
dim3:
|
|
name: dim3
|
|
range: AnyType
|
|
required: false
|
|
ElementIdentifiers__Array:
|
|
name: ElementIdentifiers__Array
|
|
is_a: Arraylike
|
|
attributes:
|
|
num_elements:
|
|
name: num_elements
|
|
range: int
|
|
required: true
|
|
DynamicTable__id:
|
|
name: DynamicTable__id
|
|
description: Array of unique identifiers for the rows of this dynamic table.
|
|
is_a: ElementIdentifiers
|
|
attributes:
|
|
id:
|
|
name: id
|
|
description: Array of unique identifiers for the rows of this dynamic table.
|
|
multivalued: true
|
|
range: int
|
|
required: true
|