From f7fef6a8a3f07fbbc04c984e118b31adf6178df8 Mon Sep 17 00:00:00 2001
From: Lawrence Niu <lawrence@mbfbioscience.com>
Date: Fri, 16 Dec 2022 11:45:15 -0500
Subject: [PATCH] fix incorrect schema files

---
 nwb-schema/2.6.0/core/nwb.file.yaml      | 6 +++---
 nwb-schema/2.6.0/core/nwb.namespace.yaml | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/nwb-schema/2.6.0/core/nwb.file.yaml b/nwb-schema/2.6.0/core/nwb.file.yaml
index cf97f0a7..6b0b9fe2 100644
--- a/nwb-schema/2.6.0/core/nwb.file.yaml
+++ b/nwb-schema/2.6.0/core/nwb.file.yaml
@@ -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:
@@ -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
diff --git a/nwb-schema/2.6.0/core/nwb.namespace.yaml b/nwb-schema/2.6.0/core/nwb.namespace.yaml
index d2c39c1b..5d146ed1 100644
--- a/nwb-schema/2.6.0/core/nwb.namespace.yaml
+++ b/nwb-schema/2.6.0/core/nwb.namespace.yaml
@@ -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
@@ -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.