Skip to content

Commit

Permalink
These can be null for UPS SurePost, so the spec needs to handle that
Browse files Browse the repository at this point in the history
  • Loading branch information
kendallb committed Mar 27, 2024
1 parent 0f7b9bb commit 9ca0d97
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 @@ -10918,6 +10918,7 @@ components:
type: integer
format: int32
readOnly: true
nullable: true
minimum: 1
example: 5
description: >
Expand All @@ -10931,11 +10932,13 @@ components:
description: Indicates if the rate is guaranteed.
estimated_delivery_date:
readOnly: true
nullable: true
allOf:
- $ref: '#/components/schemas/date'
carrier_delivery_days:
type: string
readOnly: true
nullable: true
minLength: 1
description: The carrier delivery days
ship_date:
Expand Down

0 comments on commit 9ca0d97

Please sign in to comment.