Skip to content

Commit

Permalink
Yet more nullable fields in the wild
Browse files Browse the repository at this point in the history
  • Loading branch information
kendallb committed Mar 27, 2024
1 parent 0847e6e commit 4c53e90
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 4c53e90

Please sign in to comment.