From 485791ac471f8bc58e5fc639a66745c67bb8d1d8 Mon Sep 17 00:00:00 2001 From: Kendall Bennett Date: Wed, 19 Jan 2022 12:29:01 -0500 Subject: [PATCH] Yet more fields need to be nullable (cherry picked from commit 0847e6e27ae4e35e965e01265375fe5e5a5ea950) (cherry picked from commit 76d3238da249b2d4a34e6c61ddab4549faec4103) --- openapi.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index 94769b8..5b066f0 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -9711,6 +9711,7 @@ components: minLength: 0 description: Status description carrier_status_code: + nullable: true type: string readOnly: true minLength: 1 @@ -9730,6 +9731,7 @@ components: example: 'Your item was delivered in or at the mailbox at 9:10 am on March' description: carrier status description ship_date: + nullable: true allOf: - $ref: '#/components/schemas/date_time' estimated_delivery_date: