Validator should check for quantity #197
Labels
category: enhancement
improvements of code or code behavior
topic: validator
issues related to validation of files
Currently, the validator checks whether required fields are present, but does not validate that a dataset conforms to the
'quantity'
field. For example, in PyNWB,NWBFile
has quantity'+'
forDevice
, which means at least one is required. However, files without a Device pass the validator. Similarly forPosition
requiring at least oneSpatialSeries
,LFP
requiring at least oneElectricalSeries
, etc.The text was updated successfully, but these errors were encountered: