Skip to content

Commit f7fef6a

Browse files
committed
fix incorrect schema files
1 parent 65f9cc1 commit f7fef6a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

nwb-schema/2.6.0/core/nwb.file.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ groups:
22
- neurodata_type_def: NWBFile
33
neurodata_type_inc: NWBContainer
44
name: root
5-
doc: An NWB:N file storing cellular-based neurophysiology data from a single
5+
doc: An NWB file storing cellular-based neurophysiology data from a single
66
experimental session.
77
attributes:
88
- name: nwb_version
99
dtype: text
10-
value: "2.6.0-alpha"
10+
value: "2.6.0"
1111
doc: File version string. Use semantic versioning, e.g. 1.2.1. This will be the
1212
name of the format with trailing major, minor and patch numbers.
1313
datasets:
@@ -452,7 +452,7 @@ groups:
452452
quantity: '?'
453453
attributes:
454454
- name: reference
455-
doc: "Age is with reference to this event. Can be 'birth' or
455+
doc: "Age is with reference to this event. Can be 'birth' or
456456
'gestational'. If reference is omitted, 'birth' is implied."
457457
dtype: text
458458
required: false

nwb-schema/2.6.0/core/nwb.namespace.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ namespaces:
1818
full_name: NWB core
1919
schema:
2020
- namespace: hdmf-common
21-
- doc: This source module contains base data types used throughout the NWB:N data
21+
- doc: This source module contains base data types used throughout the NWB data
2222
format.
2323
source: nwb.base.yaml
2424
title: Base data types
@@ -31,9 +31,9 @@ namespaces:
3131
- doc: This source module contains neurodata_types for image data.
3232
source: nwb.image.yaml
3333
title: Image data
34-
- doc: Main NWB:N file specification.
34+
- doc: Main NWB file specification.
3535
source: nwb.file.yaml
36-
title: NWB:N file
36+
title: NWB file
3737
- doc: Miscellaneous types.
3838
source: nwb.misc.yaml
3939
title: Miscellaneous neurodata_types.

0 commit comments

Comments
 (0)