Hi, In our product we have defined a json schema ...
# serialization
o
Hi, In our product we have defined a json schema to ensure that the data we consume have the correct format. We see the classes as the truth and would like to validate our json schema against the implementation. Is there any way to automatically verify the schema? Suggested flow in the unit tests. 1. create a new instance of the class 2. populate with fake data 3. Serialize to json and verify with the schema. Any suggestions?