ABAP-Swagger icon indicating copy to clipboard operation
ABAP-Swagger copied to clipboard

Missing bracket } while using multiple tag descriptions with externalDoc

Open BlackmanCC opened this issue 4 years ago • 1 comments
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"
],

BlackmanCC avatar Mar 25 '21 05:03 BlackmanCC

closed by https://github.com/larshp/ABAP-Swagger/pull/74 ?

larshp avatar Mar 26 '21 13:03 larshp