Skip to content

Commit

Permalink
Some countries do not have states, so this can fail if null is passed…
Browse files Browse the repository at this point in the history
… for an empty country

(cherry picked from commit a4a1e51)
  • Loading branch information
kendallb committed Mar 27, 2024
1 parent fb28b95 commit bf993ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4591,6 +4591,7 @@ components:
state_province:
type: string
minLength: 1
nullable: true
example: Manitoba
description: >
The state or province. For some countries (including the U.S.) only
Expand Down

0 comments on commit bf993ba

Please sign in to comment.