Skip to content

Commit f5602bc

Browse files
committed
These can be null for UPS SurePost, so the spec needs to handle that
1 parent 3e40382 commit f5602bc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

openapi.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9059,6 +9059,7 @@ components:
90599059
type: integer
90609060
format: int32
90619061
readOnly: true
9062+
nullable: true
90629063
minimum: 1
90639064
example: 5
90649065
description: >
@@ -9072,11 +9073,13 @@ components:
90729073
description: Indicates if the rate is guaranteed.
90739074
estimated_delivery_date:
90749075
readOnly: true
9076+
nullable: true
90759077
allOf:
90769078
- $ref: '#/components/schemas/date'
90779079
carrier_delivery_days:
90789080
type: string
90799081
readOnly: true
9082+
nullable: true
90809083
minLength: 1
90819084
description: The carrier delivery days
90829085
ship_date:

0 commit comments

Comments
 (0)