...

Text file src/github.com/go-openapi/validate/fixtures/bugs/53/noswagger.json

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

     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}

View as plain text