raml-serverless icon indicating copy to clipboard operation
raml-serverless copied to clipboard

Put all unrecognized properties under "custom"

Open andrewcurioso opened this issue 8 years ago • 0 comments

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

andrewcurioso avatar Dec 06 '16 11:12 andrewcurioso