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
The postalCode field in zmsentities/schema/dereferenced/scope.json has been changed to accept numeric values alongside strings and null. This causes postal codes with leading zeros (e.g., "01067") to lose their formatting when processed as numbers (becoming 1067).
Postal codes should maintain their original formatting to ensure correct display and processing.