Convert Swagger JSON to RAML/YAML

后端 未结 5 1097
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-02-05 03:02

How do I convert Swagger JSON to RAML/YAML and validate it? I am not looking for a programmatic way, just a one off conversion.

5条回答
  •  你的背包
    2021-02-05 03:19

    To convert API spec between various formats (e.g. Swagger/OpenAPI, RAML, Postman, etc), you can use the following free and open source tools:

    • https://github.com/lucybot/api-spec-converter
    • https://github.com/stoplightio/api-spec-converter

提交回复
热议问题