1{ 2 "swagger": "2.0", 3 "info": { 4 "description": "", 5 "version": "1.0.0", 6 "title": "issue#161", 7 "termsOfService": "http://helloreverb.com/terms/", 8 "contact": { 9 "name": "apiteam@wordnik.com" 10 }, 11 "license": { 12 "name": "Apache 2.0", 13 "url": "http://www.apache.org/licenses/LICENSE-2.0.html" 14 } 15 }, 16 "host": "petstore.swagger.wordnik.com", 17 "basePath": "/v2", 18 "schemes": [ 19 "http" 20 ], 21 "paths": {} 22}