Stedi-Demos / bootstrap-archived

A workflow for receiving and sending EDI documents that you can adjust to build your own EDI system.
Apache License 2.0
7 stars 7 forks source link

feat: add strict mode for mapping validation #138

Closed RossWilliams closed 1 year ago

RossWilliams commented 1 year ago

The configuration options for transaction destinations is updated to accept a 'mappingValidation' property with the value 'strict'.

In order for customers to be successful in updating configurations, the stash item documentation was refactored to use json schemas. In addition, the stash items themselves can now have a $schema property for better linking back to the documentation. Adding $schema to a stash object will not activate validation checking.