Skip to content

v1.8.1

Compare
Choose a tag to compare
@kalinchernev kalinchernev released this 27 Oct 12:04
· 252 commits to master since this release

Major revision of possible input properties, in order to comply with swagger v2

The following tags are acceptable:

  • consumes
  • produces
  • paths
  • schemas
  • securityDefinitions
  • responses
  • parameters
  • definitions
  • tags

Also, their singular forms (consume, produce, etc.) are also respected in this version for backwards compatibility. Singular forms will be deprecated in swagger-jsdoc v2.

Examples have been updated.