Reenables failing validation test. Changes some test data and adds preprocessing to the jsonschema validation.
Addresses #138 (closed) / https://gitlab.indiscale.com/caosdb/customers/dimr/management/-/issues/268
datetime
s as string everywhere, but not only when the format contains 'date'. Using a custom FormatChecker also does not work, as the datetime
in type:string format:datetime
fields already fails on the typecheck. This left filtering as the most convenient solution.Manual Testing.