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
When calling the address validation endpoint it will sometimes respond with address_line2 of the matched address value set to an empty string instead of a null value. The partial_address model requires the address_line2 value be null or have a length > 0. This is causing issues with auto generated client libraries.
Rule:
address_line2:
type: string
minLength: 1
nullable: true
example: Unit 408
description: >
The second line of the street address. For some addresses, this
line may not be needed.
The text was updated successfully, but these errors were encountered:
nmusco
changed the title
validate address endpoint violates the partial_address model validation
Validate address endpoint violates the partial_address model validation
Dec 18, 2020
When calling the address validation endpoint it will sometimes respond with address_line2 of the matched address value set to an empty string instead of a null value. The partial_address model requires the address_line2 value be null or have a length > 0. This is causing issues with auto generated client libraries.
Rule:
Response:
The text was updated successfully, but these errors were encountered: