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