Skip to content

Commit d405ec9

Browse files
author
“sourabhsaini11”
committed
fix:pramaan issue fix
1 parent d96ca33 commit d405ec9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/config/build.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2285,6 +2285,10 @@ components:
22852285
type: array
22862286
items:
22872287
$ref: "#/components/schemas/Item"
2288+
cancellation_terms:
2289+
type: array
2290+
items:
2291+
$ref: '#/components/schemas/CancellationTerm'
22882292
exp:
22892293
type: string
22902294
description: Time after which catalog has to be refreshed
@@ -34875,6 +34879,7 @@ x-validations:
3487534879
_RETURN_:
3487634880
- &confirm_VALID_ENUM_message_order_fulfillments_type
3487734881
attr: $.message.order.fulfillments[*].type
34882+
_CONTINUE_: "!(attr are present)"
3487834883
_RETURN_: attr all in enumList
3487934884
enumList:
3488034885
- DELIVERY

0 commit comments

Comments
 (0)