mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
fix(Config Schema): Fix Fn::Join delimiter length (#8349)
This commit is contained in:
parent
d2fb696ebd
commit
faa1dce9ee
@ -259,7 +259,7 @@ class AwsProvider {
|
||||
type: 'array',
|
||||
minItems: 2,
|
||||
maxItems: 2,
|
||||
items: [{ type: 'string', minLength: 1 }, { type: 'array' }],
|
||||
items: [{ type: 'string' }, { type: 'array' }],
|
||||
additionalItems: false,
|
||||
},
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user