When deploy with serverless v2, I got the following warning: ``` Serverless: at 'functions.timeZoneCollector': unrecognized property 'logRetentionInDays' ``` I believe this caused by introduction of schema validation in v2: https://www.serverless.com/framework/docs/providers/aws/guide/plugins/#extending-validation-schema Can you add schema validation to this?