pynwb-validate - Man Page
pynwb-validate – Validate an NWB file
Synopsis
pynwb-validate [-h] [-lns] [-n NS] [--json-output-path JSON_OUTPUT_PATH] [--no-cached-namespace] paths [paths ...]
Options
If --ns is not specified, validate against all namespaces in the NWB file.
Positional Arguments
paths NWB file paths
Optional Arguments
- -h, --help
Show a help message and exit
- -lns, --list-namespaces
List the available namespaces and exit
- -n, --ns NS
The namespace to validate against
- --json-output-path JSON_OUTPUT_PATH
Write json output to this location
- --no-cached-namespace
Use the namespaces installed by PyNWB (true) or use the cached namespaces (false; default)
Info
December 2025