Skip to content

Commit 121a50b

Browse files
PROMO-1296 Added required sibling items field for type:array
1 parent 2a2d7bb commit 121a50b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

reference/promotions.v3.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,8 @@ paths:
341341
exclude_characters:
342342
pattern: '[A-Z0-9]'
343343
type: array
344+
items:
345+
type: string
344346
description: 'An optional array of single length string elements to exclude from the generated coupon codes. Only capital letters and numbers are allowed. The default value is an empty array [].'
345347
example: ["1", "2", "3", "4", "5", "A", "B", "C", "D", "E"]
346348
maxLength: 26

0 commit comments

Comments
 (0)