Bug 15348: Add estimated_delivery_date to object spec
authorTomas Cohen Arazi <tomascohen@theke.io>
Fri, 16 Sep 2022 20:10:41 +0000 (17:10 -0300)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 16 Sep 2022 20:10:41 +0000 (17:10 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
api/v1/swagger/definitions/order.yaml

index fbe380f..b6c6a7b 100644 (file)
@@ -224,6 +224,12 @@ properties:
   current_item_level_holds_count:
     type: integer
     description: Current holds count for associated items
+  estimated_delivery_date:
+    type: 
+      - string
+      - "null"
+    format: date
+    description: Estimated delivery date
   fund:
     type:
       - object