mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
fix(Config Schema): Fix provider.apiKeys schema
This commit is contained in:
parent
73f6549157
commit
166f3ce6bf
@ -491,7 +491,7 @@ class AwsProvider {
|
||||
apiKeys: {
|
||||
type: 'array',
|
||||
items: {
|
||||
oneOf: [
|
||||
anyOf: [
|
||||
{ type: 'string' },
|
||||
{
|
||||
type: 'object',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user