Skip to content

Commit

Permalink
Merge branch 'YuefengLi-main'
Browse files Browse the repository at this point in the history
  • Loading branch information
philsturgeon committed Dec 28, 2023
2 parents 6f35dbc + abbfa31 commit fd83252
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion _data/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1224,7 +1224,7 @@
description: Swagger Parser reads OpenAPI definitions into current Java POJOs.
v2: true
v3: true
v3_1_link: https://github.com/swagger-api/swagger-parser/pull/1730
v3_1: true

- name: APIDevTools/swagger-parser
category: parsers
Expand Down Expand Up @@ -2704,3 +2704,13 @@
v3: true
v3_1: true

- name: openapi-merge
category: converters
language: TypeScript
github: https://github.com/robertmassaioli/openapi-merge
link: https://github.com/robertmassaioli/openapi-merge
description: A simple tool to merge multiple independent OpenAPI description files into one file.
Useful when you have a number of microservices and you decide to expose them through a gateway.
v2: false
v3: true
v3_1: false

0 comments on commit fd83252

Please sign in to comment.