kendraio-app
kendraio-app copied to clipboard
data validation
Idea from conversation with @dahacouk
- add a schema validation block that can be configured with a JSON schema (ideally taken from API definition/swagger) that will verify data passing through in a Flow. This could be useful for debugging data issues, and notifiying developers when schemas change.
- snapshot testing: for schemaless data could store snapshots of data when in debug mode, and then provide tool for analysing diff of data and/or structure of the data.