Skip to content

Commit 9ace272

Browse files
authored
Merge pull request #577 from bbiggerr/region-charlength
Remove redundant country character lengths
2 parents 75824ec + 88bbf52 commit 9ace272

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

openapi.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16226,9 +16226,7 @@ components:
1622616226
country:
1622716227
type: string
1622816228
description: >
16229-
The two-letter country code of this Account's billing address.
16230-
minLength: 2
16231-
maxLength: 2
16229+
The two-letter ISO 3166 country code of this Account's billing address.
1623216230
example: US
1623316231
email:
1623416232
type: string

0 commit comments

Comments
 (0)