Skip to content

Commit bf7718f

Browse files
committed
Correct the type
1 parent b9317bb commit bf7718f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/optimizely/helpers/constants.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,8 @@ module Constants
311311
'type' => 'object',
312312
'properties' => {
313313
'attributeIds' => {
314-
'type' => 'array'
314+
'type' => 'array',
315+
'items' => { 'type' => 'string' }
315316
},
316317
'trafficAllocation' => {
317318
'type' => 'integer'

0 commit comments

Comments
 (0)