ABAP-Swagger
ABAP-Swagger copied to clipboard
Missing bracket } while using multiple tag descriptions with externalDoc
trafficstars
While using 2 tag descripotions with externalDoc for the first one there is a closing bracket missing at the end of the second description (before ] bracket)
"name":"contacts_controller",
"description":"Kontakte"
,
"externalDocs": { "description":"Blackmans Page",
"url":"http://blackmancc.io" }
}
,
{
"name":"test",
"description":"Test"
],
closed by https://github.com/larshp/ABAP-Swagger/pull/74 ?