Skip to content

Commit 4c53e90

Browse files
committed
Yet more nullable fields in the wild
1 parent 0847e6e commit 4c53e90

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

openapi.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9692,6 +9692,7 @@ components:
96929692
- $ref: '#/components/schemas/tracking_number'
96939693
tracking_url:
96949694
type: string
9695+
nullable: true
96959696
readOnly: true
96969697
example: 'https://www.fedex.com/fedextrack/?action=track&trackingnumber=1234'
96979698
description: 'Carrier Tracking Url, if available'
@@ -9801,6 +9802,7 @@ components:
98019802
description:
98029803
type: string
98039804
readOnly: true
9805+
nullable: true
98049806
minLength: 0
98059807
example: 'Delivered, In/At Mailbox'
98069808
description: Event description
@@ -9844,6 +9846,7 @@ components:
98449846
description: Signer information
98459847
event_code:
98469848
type: string
9849+
nullable: true
98479850
minLength: 0
98489851
description: Event Code
98499852
carrier_detail_code:

0 commit comments

Comments
 (0)