1{ 2 "swagger" : "2.0", 3 "info" : { 4 "version" : "1.0", 5 "title" : "Hello World", 6 "description" : "Simple Hello World API, with Get operation to one resource path, no request parameters defined" 7 }, 8 "host" : "api.tibco.com", 9 "basePath" : "/v1", 10 "schemes" : [ "http" ] 11}