UNPKG

openapi-merger

Version:

Yet another CLI tool for merging multiple OpenAPI files into a single file.

16 lines (15 loc) 290 B
openapi: "3.0.0" info: version: 1.0.0 title: Swagger Petstore license: name: MIT servers: $include: ./servers.yaml paths: $include.pets: ./paths/_index.yaml components: $include: ./securitySchemes.yaml tags: $include#1: ./tags1.yaml#/tags $include#2: ./tags2.yaml#/tags