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
An anomaly is defined within the openAPI validation.
We define some fields with a minimal length but we do not have a pattern validation rule defined. This enables the user of the api to define i.e. names with all blank characters. Here in the future, the openApi description should define pattern validation rules.
In the meantime, it is assumed, that any required name field with a length > 0 may not start with a character other than [A-za-z]. This is implemented in this pull request.
We could add some validation rules similar to the spring-petclinic-angular. Before starting this issue, we have to list them here.
The text was updated successfully, but these errors were encountered:
This development follows on from the Pull Request spring-petclinic/spring-petclinic-angular#142 from @Holger-Mayer. I quote:
We could add some validation rules similar to the
spring-petclinic-angular
. Before starting this issue, we have to list them here.The text was updated successfully, but these errors were encountered: