api-spec-converter
Version:
Convert API descriptions between popular formats such as OpenAPI(fka Swagger), RAML, API Blueprint, WADL, etc.
26 lines (25 loc) • 415 B
YAML
{
"info": {
"title": "testsickle",
"version": "0.0.1"
},
"paths": {
"/api/v2/user/{id}": {
"get": {
"operationId": "user.get",
"parameters": [
{
"in": "path",
"name": "id",
"type": "string"
}
],
"summary": "Get user",
"tags": [
"User"
]
}
}
},
"swagger": "2.0"
}