From ecb75a1de3073a938c220b003484831b23c6a25c Mon Sep 17 00:00:00 2001 From: Kendall Bennett Date: Wed, 7 Jul 2021 18:14:09 -0700 Subject: [PATCH] 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??? (cherry picked from commit 300055bd600a24a10e516ef906e4baa7286414c7) --- openapi.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index 849f89b..baac27d 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -4551,6 +4551,7 @@ 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 @@ -4558,6 +4559,7 @@ components: 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