Skip to content

Commit

Permalink
fix incorrect schema files
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrence-mbf committed Dec 16, 2022
1 parent 65f9cc1 commit f7fef6a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions nwb-schema/2.6.0/core/nwb.file.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ groups:
- neurodata_type_def: NWBFile
neurodata_type_inc: NWBContainer
name: root
doc: An NWB:N file storing cellular-based neurophysiology data from a single
doc: An NWB file storing cellular-based neurophysiology data from a single
experimental session.
attributes:
- name: nwb_version
dtype: text
value: "2.6.0-alpha"
value: "2.6.0"
doc: File version string. Use semantic versioning, e.g. 1.2.1. This will be the
name of the format with trailing major, minor and patch numbers.
datasets:
Expand Down Expand Up @@ -452,7 +452,7 @@ groups:
quantity: '?'
attributes:
- name: reference
doc: "Age is with reference to this event. Can be 'birth' or
doc: "Age is with reference to this event. Can be 'birth' or
'gestational'. If reference is omitted, 'birth' is implied."
dtype: text
required: false
Expand Down
6 changes: 3 additions & 3 deletions nwb-schema/2.6.0/core/nwb.namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespaces:
full_name: NWB core
schema:
- namespace: hdmf-common
- doc: This source module contains base data types used throughout the NWB:N data
- doc: This source module contains base data types used throughout the NWB data
format.
source: nwb.base.yaml
title: Base data types
Expand All @@ -31,9 +31,9 @@ namespaces:
- doc: This source module contains neurodata_types for image data.
source: nwb.image.yaml
title: Image data
- doc: Main NWB:N file specification.
- doc: Main NWB file specification.
source: nwb.file.yaml
title: NWB:N file
title: NWB file
- doc: Miscellaneous types.
source: nwb.misc.yaml
title: Miscellaneous neurodata_types.
Expand Down

0 comments on commit f7fef6a

Please sign in to comment.