Open nichtich opened 9 months ago
Errors are defined at https://github.com/gbv/avram-js/blob/main/test/suite/README.md and partly documented in main README.md but implementation slightly differs. In addition to consistent definition, include
tag ( "^" indicator | "$" subfield )? ) ( "/" position )?
tag ( "/" occurrences | "/$x" counter )? ( "$" subfield ( "/" position )? )?
The error location could be added as filter if record family is known (passed either as part of the schema or as validation option).
Errors are defined at https://github.com/gbv/avram-js/blob/main/test/suite/README.md and partly documented in main README.md but implementation slightly differs. In addition to consistent definition, include
tag ( "^" indicator | "$" subfield )? ) ( "/" position )?
tag ( "/" occurrences | "/$x" counter )? ( "$" subfield ( "/" position )? )?