Skip to content

Commit

Permalink
Yet more nullable fields in the wild
Browse files Browse the repository at this point in the history
(cherry picked from commit 4c53e90)
(cherry picked from commit fc87313)
(cherry picked from commit 270b6d6)
  • Loading branch information
kendallb committed Mar 27, 2024
1 parent aabb556 commit c331d61
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -9801,6 +9802,7 @@ components:
description:
type: string
readOnly: true
nullable: true
minLength: 0
example: 'Delivered, In/At Mailbox'
description: Event description
Expand Down Expand Up @@ -9844,6 +9846,7 @@ components:
description: Signer information
event_code:
type: string
nullable: true
minLength: 0
description: Event Code
carrier_detail_code:
Expand Down

0 comments on commit c331d61

Please sign in to comment.