Skip to content

Commit d5beed8

Browse files
committed
These are NULLABLE, as they can come back as NULL from the addressd validation service. I am not sure why you guys changed then to not allow null???
1 parent 9092e66 commit d5beed8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

openapi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3565,13 +3565,15 @@ components:
35653565
name:
35663566
type: string
35673567
minLength: 1
3568+
nullable: true
35683569
example: John Doe
35693570
description: >
35703571
The name of a contact person at this address. This field may be set
35713572
instead of - or in addition to - the `company_name` field.
35723573
phone:
35733574
type: string
35743575
minLength: 1
3576+
nullable: true
35753577
example: +1 204-253-9411 ext. 123
35763578
description: >
35773579
The phone number of a contact person at this address. The format of

0 commit comments

Comments
 (0)