UNPKG

openapi-merger

Version:

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

23 lines (22 loc) 471 B
openapi: "3.0.0" info: version: 1.0.0 title: Swagger Petstore license: name: MIT servers: - url: http://petstore.swagger.io/v1 paths: $ref: ./paths/_index.yaml components: securitySchemes: oAuth2: type: oauth2 flows: password: tokenUrl: 'https://api.example.com/auth/token' schemas: ExtendedObject: $ref: components/schemas/Extended.yaml NestedArrayObject: $ref: components/schemas/NestedArray.yaml