deliveryhero / serverless-aws-documentation

Serverless 1.0 plugin to add documentation and models to the serverless generated API Gateway
MIT License
310 stars 148 forks source link

Unrecognized property 'documentation' issue resolved by adding validation rules #171

Open gordana16 opened 3 years ago

gordana16 commented 3 years ago

The Serverless Framework has added http event validation since version 2.6.0 without including 'documentation' property. Plugin developers are encouraged to extend validation schema by adding validation rules for additional properties supported by plugin.

This PR resolves "Unrecognized property 'documentation'" triggered by serverless framework (since version 2.6.0) by adding JSON schema definition for 'documentation' property inside 'serverless-aws-plugin' constructor.

dan-vidoni commented 3 years ago

@gordana16 awesome work! it's quite hard to review though because the linting rules were changed (I'm not a maintainer btw, just interested in the topic :p)

ping2ravi commented 3 years ago

Thanks @gordana16
This MR is important to me as well, waiting for maintainer to Merge it....

it seems to be in waiting state for 2 months now.... not sure if maintainer still looking after this repository..

ydvsailendar commented 3 years ago

Any updates on after how long will this be available?