From 4c53e90ac5d75092a121fe22781c9def02e9078c 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 --- openapi.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index 986f3e5..2b00521 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: