Skip to content

Conversation

@tjconcept
Copy link
Member

No description provided.

@tjconcept tjconcept requested a review from LarsBoThomsen June 28, 2023 08:09
name: String, // optional, length: 1..1024
address: String, // optional, length: 1..1024
city: String, // optional, length: 1..1024
state: String, // optional, length: 1..1024
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe at least the state (as is the country) should be expected as {2,2}?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That sounds reasonable..

Copy link
Member Author

@tjconcept tjconcept Jul 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So, I changed it to be an actual ISO code instead:

The second part is a string of up to three alphanumeric characters

The stricter requirements for AFTs (two letters) is valid for US and CA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

4 participants