Skip to content

Commit a4a1e51

Browse files
committed
Some countries do not have states, so this can fail if null is passed for an empty country
1 parent ac295be commit a4a1e51

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

openapi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4591,6 +4591,7 @@ components:
45914591
state_province:
45924592
type: string
45934593
minLength: 1
4594+
nullable: true
45944595
example: Manitoba
45954596
description: >
45964597
The state or province. For some countries (including the U.S.) only

0 commit comments

Comments
 (0)