Constructor
(abstract) new BidsValidator(hedSchemas)
Constructor.
Parameters:
Name | Type | Description |
---|---|---|
hedSchemas |
Schemas | The HED schemas used for validation. |
- Source:
Classes
Members
errors :Array.<BidsHedIssue>
The issues found during validation.
Type:
- Array.<BidsHedIssue>
- Source:
hedSchemas :Schemas
The HED schema collection being validated against.
Type:
- Source:
warnings :Array.<BidsHedIssue>
The warnings found during validation.
Type:
- Array.<BidsHedIssue>
- Source:
Methods
(abstract) validate()
Validate a BIDS file. Overridden by particular types of BIDS files.
- Source: