...

Text file src/github.com/go-openapi/validate/fixtures/bugs/6/empty-responses.json

Documentation: github.com/go-openapi/validate/fixtures/bugs/6

     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                "responses": {}
    12            }
    13        }
    14    }
    15}

View as plain text