You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a well structured data-model makes use of datatypes. In JSON they are hidden away and get regular strings. Still they constraints associated with the datatype are required in the client.
Hence I would expect a feature to configure a mapping such as "io.github.project.type.Email": {"email": {...}" or "io.github.project.type.GermanPostalCode": {"pattern": { "value": "[0-9]{5}"}}.
Without such feature I am using a generic code generator and write templates for the generation myself instead.
The text was updated successfully, but these errors were encountered:
a well structured data-model makes use of datatypes. In JSON they are hidden away and get regular strings. Still they constraints associated with the datatype are required in the client.
Hence I would expect a feature to configure a mapping such as "io.github.project.type.Email": {"email": {...}" or "io.github.project.type.GermanPostalCode": {"pattern": { "value": "[0-9]{5}"}}.
Without such feature I am using a generic code generator and write templates for the generation myself instead.
The text was updated successfully, but these errors were encountered: