From 270b6d6a20ea49efd615f6364676bb9fd9d69d96 Mon Sep 17 00:00:00 2001 From: Kendall Bennett Date: Fri, 28 Jan 2022 18:19:04 -0500 Subject: [PATCH] Yet more nullable fields in the wild (cherry picked from commit 4c53e90ac5d75092a121fe22781c9def02e9078c) (cherry picked from commit fc873132de65312f96363967900feffec811f00d) --- openapi.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index 5b066f0..7d3e393 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -9692,6 +9692,7 @@ components: - $ref: '#/components/schemas/tracking_number' tracking_url: type: string + nullable: true readOnly: true example: 'https://www.fedex.com/fedextrack/?action=track&trackingnumber=1234' description: 'Carrier Tracking Url, if available' @@ -9801,6 +9802,7 @@ components: description: type: string readOnly: true + nullable: true minLength: 0 example: 'Delivered, In/At Mailbox' description: Event description @@ -9844,6 +9846,7 @@ components: description: Signer information event_code: type: string + nullable: true minLength: 0 description: Event Code carrier_detail_code: