From 9ca0d97a1c8d88471a1b2f9d263424d8705915b9 Mon Sep 17 00:00:00 2001 From: Kendall Bennett Date: Thu, 13 Aug 2020 20:22:36 -0700 Subject: [PATCH] These can be null for UPS SurePost, so the spec needs to handle that --- openapi.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index a26d3cb..422718b 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -10918,6 +10918,7 @@ components: type: integer format: int32 readOnly: true + nullable: true minimum: 1 example: 5 description: > @@ -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: