...
- Create a general schema for a class, and provide it as a "configuration file". Thus every class will have a schema in a specific directory that can be loaded /created when the CMR is loading. The schema structure can be very simple, and we can reuse the idea that Protocol buffers and Thrift had about connecting the field name with a unique integer number:
...