JSPM

openapi_optimise

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 163
  • Score
    100M100P100Q78867F
  • License BSD-3-Clause

Utility to optimise OpenApi (swagger 2.0) specifications

Package Exports

  • openapi_optimise

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (openapi_optimise) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

openapi_optimise

A utility to optimise OpenApi (swagger) 2.0 specifications, by

  • Converting repeated parameters into common parameters
  • Removing redundant consumes/produces

It may be most useful when the OpenApi specification has been converted from another format.