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

Popular posts from this blog

python - How to add an model instance to a django queryset? -

Using Android Volley to post an array to PHP -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -