In our Todo model example, we are duplicating information about model properties - first time in Model definition, second time in Swagger (OpenAPI) Schema.
We should have a helper function that can create Swagger/OpenAPI Schema from the Model data.
Acceptance criteria