From 166f3ce6bf225342dfa3d4399771b9fa3dccf897 Mon Sep 17 00:00:00 2001 From: Mariusz Nowak Date: Wed, 14 Oct 2020 14:51:09 +0200 Subject: [PATCH] fix(Config Schema): Fix `provider.apiKeys` schema --- lib/plugins/aws/provider/awsProvider.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/plugins/aws/provider/awsProvider.js b/lib/plugins/aws/provider/awsProvider.js index d4de1fd4e..75f533893 100644 --- a/lib/plugins/aws/provider/awsProvider.js +++ b/lib/plugins/aws/provider/awsProvider.js @@ -491,7 +491,7 @@ class AwsProvider { apiKeys: { type: 'array', items: { - oneOf: [ + anyOf: [ { type: 'string' }, { type: 'object',