Skip to content

Commit 300055b

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 83d528a commit 300055b

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
@@ -4551,13 +4551,15 @@ components:
45514551
name:
45524552
type: string
45534553
minLength: 1
4554+
nullable: true
45544555
example: John Doe
45554556
description: >
45564557
The name of a contact person at this address. This field may be set
45574558
instead of - or in addition to - the `company_name` field.
45584559
phone:
45594560
type: string
45604561
minLength: 1
4562+
nullable: true
45614563
example: +1 204-253-9411 ext. 123
45624564
description: >
45634565
The phone number of a contact person at this address. The format of

0 commit comments

Comments
 (0)