1{ 2 "swagger": "2.0", 3 "info": { 4 "version": "0.0.1", 5 "title": "test of Swagger invalid no responses" 6 }, 7 "paths": { 8 "/foo": { 9 "get": { 10 "description": "foo" 11 } 12 } 13 } 14}
View as plain text