{
"swagger" : "2.0",
"info" : {
"version" : "1.0.0",
"title" : "Application"
},
"host" : "{{host}}",
"basePath" : "{{basePath}}",
"schemes" : [ "{{schemes}}" ],
"consumes" : [ "application/json", "application/xml" ],
"produces" : [ "application/json", "application/xml" ],
"paths" : {
"/zipkin" : {
"get" : {
"description" : "Method Description -- testZipkin",
"operationId" : "testZipkin",
"tags" : [ "TestRest" ],
"responses" : {
"200" : {
"schema" : {
"type" : "string"
},
"description" : "Response OK"
}
}
}
}
},
"definitions" : { }
}