Skip to content

Commit

Permalink
These are NULLABLE, as they can come back as NULL from the addressd v…
Browse files Browse the repository at this point in the history
…alidation service. I am not sure why you guys changed then to not allow null???
  • Loading branch information
kendallb committed Mar 27, 2024
1 parent 83d528a commit 300055b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4551,13 +4551,15 @@ components:
name:
type: string
minLength: 1
nullable: true
example: John Doe
description: >
The name of a contact person at this address. This field may be set
instead of - or in addition to - the `company_name` field.
phone:
type: string
minLength: 1
nullable: true
example: +1 204-253-9411 ext. 123
description: >
The phone number of a contact person at this address. The format of
Expand Down

0 comments on commit 300055b

Please sign in to comment.