Schema Inaccuracy
UI allows to create a customer with no salutation yet schema declares the field as mandatory, thus allowing the control plane to create invalid data and therefore breaking api clients generated based on the spec
Expected
Salutation should be made optional
Reproduction Steps
- Create a customer leaving the salutation field blank
- List customer over the api
Schema Inaccuracy
UI allows to create a customer with no salutation yet schema declares the field as mandatory, thus allowing the control plane to create invalid data and therefore breaking api clients generated based on the spec
Expected
Salutation should be made optional
Reproduction Steps