andrewcurioso / raml-serverless

Work with RAML documentation for Serverless v1.0 projects
https://www.npmjs.com/package/raml-serverless
MIT License
21 stars 2 forks source link

Put all unrecognized properties under "custom" #8

Open andrewcurioso opened 7 years ago

andrewcurioso commented 7 years ago

If a RAML property cannot be understood it should be put under custom so that if a RAML file is generated from the serverless.yml file later, it will have the same properties.

Example:

custom:
  documentation:
    raml:
      title: My Awesome API