Class: BidsValidator

(abstract) BidsValidator(hedSchemas)

Validator base class for HED data in BIDS TSV files.

Constructor

(abstract) new BidsValidator(hedSchemas)

Constructor.
Parameters:
Name Type Description
hedSchemas Schemas The HED schemas used for validation.
Source:

Classes

BidsValidator

Members

errors :Array.<BidsHedIssue>

The issues found during validation.
Type:
Source:

hedSchemas :Schemas

The HED schema collection being validated against.
Type:
Source:

warnings :Array.<BidsHedIssue>

The warnings found during validation.
Type:
Source:

Methods

(abstract) validate()

Validate a BIDS file. Overridden by particular types of BIDS files.
Source: