We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d96ca33 commit d405ec9Copy full SHA for d405ec9
src/config/build.yaml
@@ -2285,6 +2285,10 @@ components:
2285
type: array
2286
items:
2287
$ref: "#/components/schemas/Item"
2288
+ cancellation_terms:
2289
+ type: array
2290
+ items:
2291
+ $ref: '#/components/schemas/CancellationTerm'
2292
exp:
2293
type: string
2294
description: Time after which catalog has to be refreshed
@@ -34875,6 +34879,7 @@ x-validations:
34875
34879
_RETURN_:
34876
34880
- &confirm_VALID_ENUM_message_order_fulfillments_type
34877
34881
attr: $.message.order.fulfillments[*].type
34882
+ _CONTINUE_: "!(attr are present)"
34878
34883
_RETURN_: attr all in enumList
34884
enumList:
34885
- DELIVERY
0 commit comments