Skip to content

Commit

Permalink
Yet more fields need to be nullable
Browse files Browse the repository at this point in the history
(cherry picked from commit 0847e6e)
  • Loading branch information
kendallb committed Mar 27, 2024
1 parent cd6ed10 commit 76d3238
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9711,6 +9711,7 @@ components:
minLength: 0
description: Status description
carrier_status_code:
nullable: true
type: string
readOnly: true
minLength: 1
Expand All @@ -9730,6 +9731,7 @@ components:
example: 'Your item was delivered in or at the mailbox at 9:10 am on March'
description: carrier status description
ship_date:
nullable: true
allOf:
- $ref: '#/components/schemas/date_time'
estimated_delivery_date:
Expand Down

0 comments on commit 76d3238

Please sign in to comment.