UNPKG

api-spec-converter

Version:

Convert API descriptions between popular formats such as OpenAPI(fka Swagger), RAML, API Blueprint, WADL, etc.

28 lines (27 loc) 483 B
{ "info": { "title": "Nodejs", "version": "1.0.0" }, "paths": { "/articles": { "get": { "operationId": "ArticleController.getAll", "parameters": [], "produces": [ "application/json" ], "responses": { "200": { "description": "Successful response" } }, "summary": "Get all", "tags": [ "Article" ] } } }, "swagger": "2.0" }