-
Change Request
-
Resolution: Unresolved
-
Trivial
-
None
-
None
Currently the validation of received JSON data is done locally in various components. The validation level depends on the component - for example in some places the field format (type) is checked while in other places it is not.
One way would be to use JSON schemas for validation. However that might be too 'heavy' approach and it would be better to create some generic lightweight validation funcitonality.