larshp / ABAP-Swagger

Expose ABAP REST services with Swagger/openapi spec
MIT License
97 stars 40 forks source link

Missing bracket } while using multiple tag descriptions with externalDoc #73

Open BlackmanCC opened 3 years ago

BlackmanCC commented 3 years ago

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"
],
larshp commented 3 years ago

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