rest - How to confirm the swagger version being used in my API? -
rest - How to confirm the swagger version being used in my API? -
i have integrated rest api (developed on jersey) swagger 2.0 when see json listing, shows me next entries :
"apiversion": "1.0.0", "swaggerversion": "1.2",
the swaggerverison listed 1.2, shouldn't 2.0 ? how can confirm api using swagger 2.0 ?
due specific requirement, must using 2.0 version of swagger, , after lot of googling i'm not able confirm this.
thanks in advance.
i think might confusing between swagger core , swagger ui.
the version 2.0 mentioned github version of swagger ui.
swaggerversion 1.2 version of swagger core itself.
rest jersey swagger
Comments
Post a Comment