JBZoo / CSV-Blueprint

Strict and automated line-by-line CSV validation tool based on customizable Yaml schemas
https://github.com/JBZoo/CSV-Blueprint-Demo
MIT License
48 stars 0 forks source link

Add support for `extra` field in schema definitions #197

Closed SmetDenis closed 3 months ago

SmetDenis commented 3 months ago

Add an extra field to various schema definitions and examples. This optional field allows users to include arbitrary data that can be ignored by the validation tool but used for custom purposes. This change increases flexibility and customizability, enhancing the overall utility of the schema configurations.