Create some tests, for schema validation
- Create some test which check if the schemas are valid json schemas syntax.
- Create for each schema a test of at least one complete record to check if a validation of that records works (that way wrong schema adjustments are caught). Also it becomes apparent where data migrations will be needed.