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

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -