Skip to content

Commit 51dcdb8

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

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
@@ -3615,6 +3615,7 @@ components:
36153615
state_province:
36163616
type: string
36173617
minLength: 1
3618+
nullable: true
36183619
example: Manitoba
36193620
description: >
36203621
The state or province. For some countries (including the U.S.) only

0 commit comments

Comments
 (0)